Shades of Cornflower Blue #6C8CFD
Tints of Cornflower Blue #6C8CFD
RGB
CMYK
RGB Variations
Color information
#6C8CFD (or 0x6C8CFD) is known color: Cornflower Blue. HEX triplet: 6C, 8C and FD. RGB value is (108,140,253). Sum of RGB (Red+Green+Blue) = 108+140+253=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C8CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CFD is #937302. Grayscale: #8E8E8E. Windows color (decimal): -9663235 or 16616556. OLE color: 16616556.
HSL color Cylindrical-coordinate representation of color #6C8CFD: hue angle of 226.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C8CFD is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 140 | 253 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.01 |
| HSL | 226.76º | 0.97% | 0.71% | - |
| HSV(B) | 226.76º | 0.57% | 0.99% | - |
| XYZ | 33.29 | 29.04 | 96.78 | - |
| YUV | 143.31 | 189.9 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 253 | 0.57 | 0.45 | 0 | 0.01 | 226.76 | 0.97 | 0.71 |
| Hex | 6C | 8C | FD | 39 | 2D | 0 | 1 | E3 | 61 | 47 |
| Octal | 154 | 214 | 375 | 71 | 55 | 0 | 1 | 343 | 141 | 107 |
| Binary | 1101100 | 10001100 | 11111101 | 111001 | 101101 | 0 | 1 | 11100011 | 1100001 | 1000111 |
Color Harmonies of #6C8CFD
Complementary color
Monochromatic Colors of #6C8CFD
Black with #6C8CFD
Text Example
Text Example
White with #6C8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8CFD; }
p { color: rgb(108,140,253); }
H1.HeaderClassName
{
color: #6C8CFD;
}
.AnyTagClassName
{
color: #6C8CFD;
}
</style>
background-color css
<style>
a { background-color: #6C8CFD; }
a { background-color: rgb(108,140,253); }
div.DivClassName
{
background-color: #6C8CFD;
}
.BgClassName
{
background-color: #6C8CFD;
}
</style>
border-color css
<style>
span { border-color: #6C8CFD; }
span { border-color: rgb(108,140,253); }
td.TdClassName
{
border-color: #6C8CFD;
}
.TagClassName
{
border-color: #6C8CFD;
}
</style>