Shades of Cornflower Blue #669BF2
Tints of Cornflower Blue #669BF2
RGB
CMYK
RGB Variations
Color information
#669BF2 (or 0x669BF2) is known color: Cornflower Blue. HEX triplet: 66, 9B and F2. RGB value is (102,155,242). Sum of RGB (Red+Green+Blue) = 102+155+242=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #669BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BF2 is #99640D. Grayscale: #949494. Windows color (decimal): -10052622 or 15899494. OLE color: 15899494.
HSL color Cylindrical-coordinate representation of color #669BF2: hue angle of 217.29º 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 #669BF2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 155 | 242 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.05 |
| HSL | 217.29º | 0.84% | 0.67% | - |
| HSV(B) | 217.29º | 0.58% | 0.95% | - |
| XYZ | 33.23 | 32.68 | 88.56 | - |
| YUV | 149.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 242 | 0.58 | 0.36 | 0 | 0.05 | 217.29 | 0.84 | 0.67 |
| Hex | 66 | 9B | F2 | 3A | 24 | 0 | 5 | D9 | 54 | 43 |
| Octal | 146 | 233 | 362 | 72 | 44 | 0 | 5 | 331 | 124 | 103 |
| Binary | 1100110 | 10011011 | 11110010 | 111010 | 100100 | 0 | 101 | 11011001 | 1010100 | 1000011 |
Color Harmonies of #669BF2
Complementary color
Monochromatic Colors of #669BF2
Black with #669BF2
Text Example
Text Example
White with #669BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BF2; }
p { color: rgb(102,155,242); }
H1.HeaderClassName
{
color: #669BF2;
}
.AnyTagClassName
{
color: #669BF2;
}
</style>
background-color css
<style>
a { background-color: #669BF2; }
a { background-color: rgb(102,155,242); }
div.DivClassName
{
background-color: #669BF2;
}
.BgClassName
{
background-color: #669BF2;
}
</style>
border-color css
<style>
span { border-color: #669BF2; }
span { border-color: rgb(102,155,242); }
td.TdClassName
{
border-color: #669BF2;
}
.TagClassName
{
border-color: #669BF2;
}
</style>