#6CA5F9

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

Shades of Cornflower Blue #6CA5F9

Tints of Cornflower Blue #6CA5F9

Color information

#6CA5F9 (or 0x6CA5F9) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A5 and F9. RGB value is (108,165,249). Sum of RGB (Red+Green+Blue) = 108+165+249=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #6CA5F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA5F9 is #935A06. Grayscale: #9D9D9D. Windows color (decimal): -9656839 or 16360812. OLE color: 16360812.

HSL color Cylindrical-coordinate representation of color #6CA5F9: hue angle of 215.74º 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 #6CA5F9 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108165249-
CMYK0.570.3400.02
HSL215.74º92.16%70%-
HSV(B)215.74º56.63%97.65%-
XYZ36.7436.9494.82-
YUV157.53179.6292.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=20.69%
G=31.61%
B=47.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081652490.570.3400.02215.7492.1670
Hex6CA5F9392202d85c46
Octal154245371714202330134106
Binary110110010100101111110011110011000100101101100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,249); }

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

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

 a { background-color: rgb(108,165,249); }

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

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

 span { border-color: rgb(108,165,249); }

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