#6C9BF9

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

Shades of Cornflower Blue #6C9BF9

Tints of Cornflower Blue #6C9BF9

Color information

#6C9BF9 (or 0x6C9BF9) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9B and F9. RGB value is (108,155,249). Sum of RGB (Red+Green+Blue) = 108+155+249=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C9BF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9BF9 is #936406. Grayscale: #979797. Windows color (decimal): -9659399 or 16358252. OLE color: 16358252.

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

Color convert

RGB108155249-
CMYK0.570.3800.02
HSL220º92.16%70%-
HSV(B)220º56.63%97.65%-
XYZ3533.4794.24-
YUV151.66182.9396.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=21.09%
G=30.27%
B=48.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081552490.570.3800.0222092.1670
Hex6C9BF9392602dc5c46
Octal154233371714602334134106
Binary110110010011011111110011110011001100101101110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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