Shades of Cornflower Blue #6692F2
Tints of Cornflower Blue #6692F2
RGB
CMYK
RGB Variations
Color information
#6692F2 (or 0x6692F2) is known color: Cornflower Blue. HEX triplet: 66, 92 and F2. RGB value is (102,146,242). Sum of RGB (Red+Green+Blue) = 102+146+242=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #6692F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6692F2 is #996D0D. Grayscale: #8F8F8F. Windows color (decimal): -10054926 or 15897190. OLE color: 15897190.
HSL color Cylindrical-coordinate representation of color #6692F2: hue angle of 221.14º 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 #6692F2 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 146 | 242 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.05 |
| HSL | 221.14º | 0.84% | 0.67% | - |
| HSV(B) | 221.14º | 0.58% | 0.95% | - |
| XYZ | 31.79 | 29.79 | 88.08 | - |
| YUV | 143.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 242 | 0.58 | 0.40 | 0 | 0.05 | 221.14 | 0.84 | 0.67 |
| Hex | 66 | 92 | F2 | 3A | 28 | 0 | 5 | DD | 54 | 43 |
| Octal | 146 | 222 | 362 | 72 | 50 | 0 | 5 | 335 | 124 | 103 |
| Binary | 1100110 | 10010010 | 11110010 | 111010 | 101000 | 0 | 101 | 11011101 | 1010100 | 1000011 |
Color Harmonies of #6692F2
Complementary color
Monochromatic Colors of #6692F2
Black with #6692F2
Text Example
Text Example
White with #6692F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692F2; }
p { color: rgb(102,146,242); }
H1.HeaderClassName
{
color: #6692F2;
}
.AnyTagClassName
{
color: #6692F2;
}
</style>
background-color css
<style>
a { background-color: #6692F2; }
a { background-color: rgb(102,146,242); }
div.DivClassName
{
background-color: #6692F2;
}
.BgClassName
{
background-color: #6692F2;
}
</style>
border-color css
<style>
span { border-color: #6692F2; }
span { border-color: rgb(102,146,242); }
td.TdClassName
{
border-color: #6692F2;
}
.TagClassName
{
border-color: #6692F2;
}
</style>