Shades of Cornflower Blue #669CF8
Tints of Cornflower Blue #669CF8
RGB
CMYK
RGB Variations
Color information
#669CF8 (or 0x669CF8) is known color: Cornflower Blue. HEX triplet: 66, 9C and F8. RGB value is (102,156,248). Sum of RGB (Red+Green+Blue) = 102+156+248=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #669CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CF8 is #996307. Grayscale: #959595. Windows color (decimal): -10052360 or 16292966. OLE color: 16292966.
HSL color Cylindrical-coordinate representation of color #669CF8: hue angle of 217.81º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669CF8 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 156 | 248 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.03 |
| HSL | 217.81º | 0.91% | 0.69% | - |
| HSV(B) | 217.81º | 0.59% | 0.97% | - |
| XYZ | 34.31 | 33.38 | 93.44 | - |
| YUV | 150.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 248 | 0.59 | 0.37 | 0 | 0.03 | 217.81 | 0.91 | 0.69 |
| Hex | 66 | 9C | F8 | 3B | 25 | 0 | 3 | DA | 5B | 45 |
| Octal | 146 | 234 | 370 | 73 | 45 | 0 | 3 | 332 | 133 | 105 |
| Binary | 1100110 | 10011100 | 11111000 | 111011 | 100101 | 0 | 11 | 11011010 | 1011011 | 1000101 |
Color Harmonies of #669CF8
Complementary color
Monochromatic Colors of #669CF8
Black with #669CF8
Text Example
Text Example
White with #669CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CF8; }
p { color: rgb(102,156,248); }
H1.HeaderClassName
{
color: #669CF8;
}
.AnyTagClassName
{
color: #669CF8;
}
</style>
background-color css
<style>
a { background-color: #669CF8; }
a { background-color: rgb(102,156,248); }
div.DivClassName
{
background-color: #669CF8;
}
.BgClassName
{
background-color: #669CF8;
}
</style>
border-color css
<style>
span { border-color: #669CF8; }
span { border-color: rgb(102,156,248); }
td.TdClassName
{
border-color: #669CF8;
}
.TagClassName
{
border-color: #669CF8;
}
</style>