#6A9CF9

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

Shades of Cornflower Blue #6A9CF9

Tints of Cornflower Blue #6A9CF9

Color information

#6A9CF9 (or 0x6A9CF9) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9C and F9. RGB value is (106,156,249). Sum of RGB (Red+Green+Blue) = 106+156+249=511 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.74% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #6A9CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9CF9 is #956306. Grayscale: #979797. Windows color (decimal): -9790215 or 16358506. OLE color: 16358506.

HSL color Cylindrical-coordinate representation of color #6A9CF9: hue angle of 219.02º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A9CF9 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106156249-
CMYK0.570.3700.02
HSL219.02º92.26%69.61%-
HSV(B)219.02º57.43%97.65%-
XYZ34.9333.6894.28-
YUV151.65182.9495.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.74%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=20.74%
G=30.53%
B=48.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061562490.570.3700.02219.0292.2669.61
Hex6A9CF9392502db5c46
Octal152234371714502333134106
Binary110101010011100111110011110011001010101101101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,156,249); }

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

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

 a { background-color: rgb(106,156,249); }

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

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

 span { border-color: rgb(106,156,249); }

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