Shades of Cornflower Blue #6C99FF
Tints of Cornflower Blue #6C99FF
RGB
CMYK
RGB Variations
Color information
#6C99FF (or 0x6C99FF) is known color: Cornflower Blue. HEX triplet: 6C, 99 and FF. RGB value is (108,153,255). Sum of RGB (Red+Green+Blue) = 108+153+255=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C99FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C99FF is #936600. Grayscale: #969696. Windows color (decimal): -9659905 or 16750956. OLE color: 16750956.
HSL color Cylindrical-coordinate representation of color #6C99FF: hue angle of 221.63º 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 #6C99FF is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 153 | 255 | - |
| CMYK | 0.58 | 0.4 | 0 | 0 |
| HSL | 221.63º | 1% | 0.71% | - |
| HSV(B) | 221.63º | 0.58% | 1% | - |
| XYZ | 35.63 | 33.19 | 99.14 | - |
| YUV | 151.17 | 186.59 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 255 | 0.58 | 0.4 | 0 | 0 | 221.63 | 1 | 0.71 |
| Hex | 6C | 99 | FF | 3A | 28 | 0 | 0 | DE | 64 | 47 |
| Octal | 154 | 231 | 377 | 72 | 50 | 0 | 0 | 336 | 144 | 107 |
| Binary | 1101100 | 10011001 | 11111111 | 111010 | 101000 | 0 | 0 | 11011110 | 1100100 | 1000111 |
Color Harmonies of #6C99FF
Complementary color
Monochromatic Colors of #6C99FF
Black with #6C99FF
Text Example
Text Example
White with #6C99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C99FF; }
p { color: rgb(108,153,255); }
H1.HeaderClassName
{
color: #6C99FF;
}
.AnyTagClassName
{
color: #6C99FF;
}
</style>
background-color css
<style>
a { background-color: #6C99FF; }
a { background-color: rgb(108,153,255); }
div.DivClassName
{
background-color: #6C99FF;
}
.BgClassName
{
background-color: #6C99FF;
}
</style>
border-color css
<style>
span { border-color: #6C99FF; }
span { border-color: rgb(108,153,255); }
td.TdClassName
{
border-color: #6C99FF;
}
.TagClassName
{
border-color: #6C99FF;
}
</style>