#6CA7F9

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

Shades of Cornflower Blue #6CA7F9

Tints of Cornflower Blue #6CA7F9

Color information

#6CA7F9 (or 0x6CA7F9) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A7 and F9. RGB value is (108,167,249). Sum of RGB (Red+Green+Blue) = 108+167+249=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #6CA7F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA7F9 is #935806. Grayscale: #9E9E9E. Windows color (decimal): -9656327 or 16361324. OLE color: 16361324.

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

Color convert

RGB108167249-
CMYK0.570.3300.02
HSL214.89º92.16%70%-
HSV(B)214.89º56.63%97.65%-
XYZ37.137.6794.94-
YUV158.71178.9591.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.61%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=20.61%
G=31.87%
B=47.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081672490.570.3300.02214.8992.1670
Hex6CA7F9392102d75c46
Octal154247371714102327134106
Binary110110010100111111110011110011000010101101011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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