#6a9af6

Color #6A9AF6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6A9AF6

Tints of Cornflower Blue #6A9AF6

Color information

#6A9AF6 (or 0x6A9AF6) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9A and F6. RGB value is (106,154,246). Sum of RGB (Red+Green+Blue) = 106+154+246=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A9AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9AF6 is #956509. Grayscale: #959595. Windows color (decimal): -9790730 or 16161386. OLE color: 16161386.

HSL color Cylindrical-coordinate representation of color #6A9AF6: hue angle of 219.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A9AF6 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB106154246-
CMYK0.570.3700.04
HSL219.43º88.61%69.02%-
HSV(B)219.43º56.91%96.47%-
XYZ34.1332.8391.73-
YUV150.14182.196.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 20.95%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 246 (96.48% from 255) = 48.62%
R=20.95%
G=30.43%
B=48.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1061542460.570.3700.04219.4388.6169.02
Hex6A9AF6392504db5945
Octal152232366714504333131105
Binary1101010100110101111011011100110010101001101101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a9af6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a9af6; }

 p { color: rgb(106,154,246); }

 H1.HeaderClassName
 {
   color: #6a9af6;
 }
 .AnyTagClassName
 {
   color: #6a9af6;
 }
</style>
background-color css

<style>
 a { background-color: #6a9af6; }

 a { background-color: rgb(106,154,246); }

 div.DivClassName
 {
   background-color: #6a9af6;
 }
 .BgClassName
 {
   background-color: #6a9af6;
 }
</style>
border-color css

<style>
 span { border-color: #6a9af6; }

 span { border-color: rgb(106,154,246); }

 td.TdClassName
 {
   border-color: #6a9af6;
 }
 .TagClassName
 {
   border-color: #6a9af6;
 }
</style>