Shades of Cornflower Blue #6687FA
Tints of Cornflower Blue #6687FA
RGB
CMYK
RGB Variations
Color information
#6687FA (or 0x6687FA) is known color: Cornflower Blue. HEX triplet: 66, 87 and FA. RGB value is (102,135,250). Sum of RGB (Red+Green+Blue) = 102+135+250=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #6687FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6687FA is #997805. Grayscale: #898989. Windows color (decimal): -10057734 or 16418662. OLE color: 16418662.
HSL color Cylindrical-coordinate representation of color #6687FA: hue angle of 226.62º degrees, saturation: 0.94, 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 #6687FA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 135 | 250 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.02 |
| HSL | 226.62º | 0.94% | 0.69% | - |
| HSV(B) | 226.62º | 0.59% | 0.98% | - |
| XYZ | 31.4 | 27.05 | 94.01 | - |
| YUV | 138.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 250 | 0.59 | 0.46 | 0 | 0.02 | 226.62 | 0.94 | 0.69 |
| Hex | 66 | 87 | FA | 3B | 2E | 0 | 2 | E3 | 5E | 45 |
| Octal | 146 | 207 | 372 | 73 | 56 | 0 | 2 | 343 | 136 | 105 |
| Binary | 1100110 | 10000111 | 11111010 | 111011 | 101110 | 0 | 10 | 11100011 | 1011110 | 1000101 |
Color Harmonies of #6687FA
Complementary color
Monochromatic Colors of #6687FA
Black with #6687FA
Text Example
Text Example
White with #6687FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6687FA; }
p { color: rgb(102,135,250); }
H1.HeaderClassName
{
color: #6687FA;
}
.AnyTagClassName
{
color: #6687FA;
}
</style>
background-color css
<style>
a { background-color: #6687FA; }
a { background-color: rgb(102,135,250); }
div.DivClassName
{
background-color: #6687FA;
}
.BgClassName
{
background-color: #6687FA;
}
</style>
border-color css
<style>
span { border-color: #6687FA; }
span { border-color: rgb(102,135,250); }
td.TdClassName
{
border-color: #6687FA;
}
.TagClassName
{
border-color: #6687FA;
}
</style>