Shades of Cornflower Blue #6C9BFF
Tints of Cornflower Blue #6C9BFF
RGB
CMYK
RGB Variations
Color information
#6C9BFF (or 0x6C9BFF) is known color: Cornflower Blue. HEX triplet: 6C, 9B and FF. RGB value is (108,155,255). Sum of RGB (Red+Green+Blue) = 108+155+255=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9BFF is #936400. Grayscale: #979797. Windows color (decimal): -9659393 or 16751468. OLE color: 16751468.
HSL color Cylindrical-coordinate representation of color #6C9BFF: hue angle of 220.82º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C9BFF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 155 | 255 | - |
| CMYK | 0.58 | 0.39 | 0 | 0 |
| HSL | 220.82º | 1% | 0.71% | - |
| HSV(B) | 220.82º | 0.58% | 1% | - |
| XYZ | 35.96 | 33.85 | 99.25 | - |
| YUV | 152.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 255 | 0.58 | 0.39 | 0 | 0 | 220.82 | 1 | 0.71 |
| Hex | 6C | 9B | FF | 3A | 27 | 0 | 0 | DD | 64 | 47 |
| Octal | 154 | 233 | 377 | 72 | 47 | 0 | 0 | 335 | 144 | 107 |
| Binary | 1101100 | 10011011 | 11111111 | 111010 | 100111 | 0 | 0 | 11011101 | 1100100 | 1000111 |
Color Harmonies of #6C9BFF
Complementary color
Monochromatic Colors of #6C9BFF
Black with #6C9BFF
Text Example
Text Example
White with #6C9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9BFF; }
p { color: rgb(108,155,255); }
H1.HeaderClassName
{
color: #6C9BFF;
}
.AnyTagClassName
{
color: #6C9BFF;
}
</style>
background-color css
<style>
a { background-color: #6C9BFF; }
a { background-color: rgb(108,155,255); }
div.DivClassName
{
background-color: #6C9BFF;
}
.BgClassName
{
background-color: #6C9BFF;
}
</style>
border-color css
<style>
span { border-color: #6C9BFF; }
span { border-color: rgb(108,155,255); }
td.TdClassName
{
border-color: #6C9BFF;
}
.TagClassName
{
border-color: #6C9BFF;
}
</style>