Shades of Cornflower Blue #669CED
Tints of Cornflower Blue #669CED
RGB
CMYK
RGB Variations
Color information
#669CED (or 0x669CED) is known color: Cornflower Blue. HEX triplet: 66, 9C and ED. RGB value is (102,156,237). Sum of RGB (Red+Green+Blue) = 102+156+237=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #669CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CED is #996312. Grayscale: #949494. Windows color (decimal): -10052371 or 15572070. OLE color: 15572070.
HSL color Cylindrical-coordinate representation of color #669CED: hue angle of 216º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669CED is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 156 | 237 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.07 |
| HSL | 216º | 0.79% | 0.66% | - |
| HSV(B) | 216º | 0.57% | 0.93% | - |
| XYZ | 32.65 | 32.72 | 84.71 | - |
| YUV | 149.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 237 | 0.57 | 0.34 | 0 | 0.07 | 216 | 0.79 | 0.66 |
| Hex | 66 | 9C | ED | 39 | 22 | 0 | 7 | D8 | 4F | 42 |
| Octal | 146 | 234 | 355 | 71 | 42 | 0 | 7 | 330 | 117 | 102 |
| Binary | 1100110 | 10011100 | 11101101 | 111001 | 100010 | 0 | 111 | 11011000 | 1001111 | 1000010 |
Color Harmonies of #669CED
Complementary color
Monochromatic Colors of #669CED
Black with #669CED
Text Example
Text Example
White with #669CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CED; }
p { color: rgb(102,156,237); }
H1.HeaderClassName
{
color: #669CED;
}
.AnyTagClassName
{
color: #669CED;
}
</style>
background-color css
<style>
a { background-color: #669CED; }
a { background-color: rgb(102,156,237); }
div.DivClassName
{
background-color: #669CED;
}
.BgClassName
{
background-color: #669CED;
}
</style>
border-color css
<style>
span { border-color: #669CED; }
span { border-color: rgb(102,156,237); }
td.TdClassName
{
border-color: #669CED;
}
.TagClassName
{
border-color: #669CED;
}
</style>