Shades of Cornflower Blue #6487F2
Tints of Cornflower Blue #6487F2
RGB
CMYK
RGB Variations
Color information
#6487F2 (or 0x6487F2) is known color: Cornflower Blue. HEX triplet: 64, 87 and F2. RGB value is (100,135,242). Sum of RGB (Red+Green+Blue) = 100+135+242=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #6487F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6487F2 is #9B780D. Grayscale: #888888. Windows color (decimal): -10188814 or 15894372. OLE color: 15894372.
HSL color Cylindrical-coordinate representation of color #6487F2: hue angle of 225.21º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6487F2 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 135 | 242 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.05 |
| HSL | 225.21º | 0.85% | 0.67% | - |
| HSV(B) | 225.21º | 0.59% | 0.95% | - |
| XYZ | 29.95 | 26.45 | 87.53 | - |
| YUV | 136.73 | 187.4 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 242 | 0.59 | 0.44 | 0 | 0.05 | 225.21 | 0.85 | 0.67 |
| Hex | 64 | 87 | F2 | 3B | 2C | 0 | 5 | E1 | 55 | 43 |
| Octal | 144 | 207 | 362 | 73 | 54 | 0 | 5 | 341 | 125 | 103 |
| Binary | 1100100 | 10000111 | 11110010 | 111011 | 101100 | 0 | 101 | 11100001 | 1010101 | 1000011 |
Color Harmonies of #6487F2
Complementary color
Monochromatic Colors of #6487F2
Black with #6487F2
Text Example
Text Example
White with #6487F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487F2; }
p { color: rgb(100,135,242); }
H1.HeaderClassName
{
color: #6487F2;
}
.AnyTagClassName
{
color: #6487F2;
}
</style>
background-color css
<style>
a { background-color: #6487F2; }
a { background-color: rgb(100,135,242); }
div.DivClassName
{
background-color: #6487F2;
}
.BgClassName
{
background-color: #6487F2;
}
</style>
border-color css
<style>
span { border-color: #6487F2; }
span { border-color: rgb(100,135,242); }
td.TdClassName
{
border-color: #6487F2;
}
.TagClassName
{
border-color: #6487F2;
}
</style>