Shades of Cornflower Blue #669CF2
Tints of Cornflower Blue #669CF2
RGB
CMYK
RGB Variations
Color information
#669CF2 (or 0x669CF2) is known color: Cornflower Blue. HEX triplet: 66, 9C and F2. RGB value is (102,156,242). Sum of RGB (Red+Green+Blue) = 102+156+242=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #669CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CF2 is #99630D. Grayscale: #959595. Windows color (decimal): -10052366 or 15899750. OLE color: 15899750.
HSL color Cylindrical-coordinate representation of color #669CF2: hue angle of 216.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669CF2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 156 | 242 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.05 |
| HSL | 216.86º | 0.84% | 0.67% | - |
| HSV(B) | 216.86º | 0.58% | 0.95% | - |
| XYZ | 33.39 | 33.01 | 88.62 | - |
| YUV | 149.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 242 | 0.58 | 0.36 | 0 | 0.05 | 216.86 | 0.84 | 0.67 |
| Hex | 66 | 9C | F2 | 3A | 24 | 0 | 5 | D9 | 54 | 43 |
| Octal | 146 | 234 | 362 | 72 | 44 | 0 | 5 | 331 | 124 | 103 |
| Binary | 1100110 | 10011100 | 11110010 | 111010 | 100100 | 0 | 101 | 11011001 | 1010100 | 1000011 |
Color Harmonies of #669CF2
Complementary color
Monochromatic Colors of #669CF2
Black with #669CF2
Text Example
Text Example
White with #669CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CF2; }
p { color: rgb(102,156,242); }
H1.HeaderClassName
{
color: #669CF2;
}
.AnyTagClassName
{
color: #669CF2;
}
</style>
background-color css
<style>
a { background-color: #669CF2; }
a { background-color: rgb(102,156,242); }
div.DivClassName
{
background-color: #669CF2;
}
.BgClassName
{
background-color: #669CF2;
}
</style>
border-color css
<style>
span { border-color: #669CF2; }
span { border-color: rgb(102,156,242); }
td.TdClassName
{
border-color: #669CF2;
}
.TagClassName
{
border-color: #669CF2;
}
</style>