Shades of Cornflower Blue #6C95FF
Tints of Cornflower Blue #6C95FF
RGB
CMYK
RGB Variations
Color information
#6C95FF (or 0x6C95FF) is known color: Cornflower Blue. HEX triplet: 6C, 95 and FF. RGB value is (108,149,255). Sum of RGB (Red+Green+Blue) = 108+149+255=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C95FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C95FF is #936A00. Grayscale: #949494. Windows color (decimal): -9660929 or 16749932. OLE color: 16749932.
HSL color Cylindrical-coordinate representation of color #6C95FF: hue angle of 223.27º 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 #6C95FF is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 149 | 255 | - |
| CMYK | 0.58 | 0.42 | 0 | 0 |
| HSL | 223.27º | 1% | 0.71% | - |
| HSV(B) | 223.27º | 0.58% | 1% | - |
| XYZ | 34.98 | 31.9 | 98.92 | - |
| YUV | 148.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 255 | 0.58 | 0.42 | 0 | 0 | 223.27 | 1 | 0.71 |
| Hex | 6C | 95 | FF | 3A | 2A | 0 | 0 | DF | 64 | 47 |
| Octal | 154 | 225 | 377 | 72 | 52 | 0 | 0 | 337 | 144 | 107 |
| Binary | 1101100 | 10010101 | 11111111 | 111010 | 101010 | 0 | 0 | 11011111 | 1100100 | 1000111 |
Color Harmonies of #6C95FF
Complementary color
Monochromatic Colors of #6C95FF
Black with #6C95FF
Text Example
Text Example
White with #6C95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C95FF; }
p { color: rgb(108,149,255); }
H1.HeaderClassName
{
color: #6C95FF;
}
.AnyTagClassName
{
color: #6C95FF;
}
</style>
background-color css
<style>
a { background-color: #6C95FF; }
a { background-color: rgb(108,149,255); }
div.DivClassName
{
background-color: #6C95FF;
}
.BgClassName
{
background-color: #6C95FF;
}
</style>
border-color css
<style>
span { border-color: #6C95FF; }
span { border-color: rgb(108,149,255); }
td.TdClassName
{
border-color: #6C95FF;
}
.TagClassName
{
border-color: #6C95FF;
}
</style>