Shades of Cornflower Blue #6688FB
Tints of Cornflower Blue #6688FB
RGB
CMYK
RGB Variations
Color information
#6688FB (or 0x6688FB) is known color: Cornflower Blue. HEX triplet: 66, 88 and FB. RGB value is (102,136,251). Sum of RGB (Red+Green+Blue) = 102+136+251=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #6688FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6688FB is #997704. Grayscale: #8A8A8A. Windows color (decimal): -10057477 or 16484454. OLE color: 16484454.
HSL color Cylindrical-coordinate representation of color #6688FB: hue angle of 226.31º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6688FB is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 136 | 251 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.02 |
| HSL | 226.31º | 0.95% | 0.69% | - |
| HSV(B) | 226.31º | 0.59% | 0.98% | - |
| XYZ | 31.7 | 27.4 | 94.88 | - |
| YUV | 138.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 251 | 0.59 | 0.46 | 0 | 0.02 | 226.31 | 0.95 | 0.69 |
| Hex | 66 | 88 | FB | 3B | 2E | 0 | 2 | E2 | 5F | 45 |
| Octal | 146 | 210 | 373 | 73 | 56 | 0 | 2 | 342 | 137 | 105 |
| Binary | 1100110 | 10001000 | 11111011 | 111011 | 101110 | 0 | 10 | 11100010 | 1011111 | 1000101 |
Color Harmonies of #6688FB
Complementary color
Monochromatic Colors of #6688FB
Black with #6688FB
Text Example
Text Example
White with #6688FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688FB; }
p { color: rgb(102,136,251); }
H1.HeaderClassName
{
color: #6688FB;
}
.AnyTagClassName
{
color: #6688FB;
}
</style>
background-color css
<style>
a { background-color: #6688FB; }
a { background-color: rgb(102,136,251); }
div.DivClassName
{
background-color: #6688FB;
}
.BgClassName
{
background-color: #6688FB;
}
</style>
border-color css
<style>
span { border-color: #6688FB; }
span { border-color: rgb(102,136,251); }
td.TdClassName
{
border-color: #6688FB;
}
.TagClassName
{
border-color: #6688FB;
}
</style>