Shades of Cornflower Blue #6688FF
Tints of Cornflower Blue #6688FF
RGB
CMYK
RGB Variations
Color information
#6688FF (or 0x6688FF) is known color: Cornflower Blue. HEX triplet: 66, 88 and FF. RGB value is (102,136,255). Sum of RGB (Red+Green+Blue) = 102+136+255=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #6688FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6688FF is #997700. Grayscale: #8A8A8A. Windows color (decimal): -10057473 or 16746598. OLE color: 16746598.
HSL color Cylindrical-coordinate representation of color #6688FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6688FF is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 136 | 255 | - |
| CMYK | 0.6 | 0.47 | 0 | 0 |
| HSL | 226.67º | 1% | 0.7% | - |
| HSV(B) | 226.67º | 0.6% | 1% | - |
| XYZ | 32.33 | 27.65 | 98.24 | - |
| YUV | 139.4 | 193.24 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 255 | 0.6 | 0.47 | 0 | 0 | 226.67 | 1 | 0.7 |
| Hex | 66 | 88 | FF | 3C | 2F | 0 | 0 | E3 | 64 | 46 |
| Octal | 146 | 210 | 377 | 74 | 57 | 0 | 0 | 343 | 144 | 106 |
| Binary | 1100110 | 10001000 | 11111111 | 111100 | 101111 | 0 | 0 | 11100011 | 1100100 | 1000110 |
Color Harmonies of #6688FF
Complementary color
Monochromatic Colors of #6688FF
Black with #6688FF
Text Example
Text Example
White with #6688FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688FF; }
p { color: rgb(102,136,255); }
H1.HeaderClassName
{
color: #6688FF;
}
.AnyTagClassName
{
color: #6688FF;
}
</style>
background-color css
<style>
a { background-color: #6688FF; }
a { background-color: rgb(102,136,255); }
div.DivClassName
{
background-color: #6688FF;
}
.BgClassName
{
background-color: #6688FF;
}
</style>
border-color css
<style>
span { border-color: #6688FF; }
span { border-color: rgb(102,136,255); }
td.TdClassName
{
border-color: #6688FF;
}
.TagClassName
{
border-color: #6688FF;
}
</style>