Shades of Cornflower Blue #6581EE
Tints of Cornflower Blue #6581EE
RGB
CMYK
RGB Variations
Color information
#6581EE (or 0x6581EE) is known color: Cornflower Blue. HEX triplet: 65, 81 and EE. RGB value is (101,129,238). Sum of RGB (Red+Green+Blue) = 101+129+238=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #6581EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6581EE is #9A7E11. Grayscale: #848484. Windows color (decimal): -10124818 or 15630693. OLE color: 15630693.
HSL color Cylindrical-coordinate representation of color #6581EE: hue angle of 227.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6581EE is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 129 | 238 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.07 |
| HSL | 227.74º | 0.8% | 0.66% | - |
| HSV(B) | 227.74º | 0.58% | 0.93% | - |
| XYZ | 28.65 | 24.64 | 84.13 | - |
| YUV | 133.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 238 | 0.58 | 0.46 | 0 | 0.07 | 227.74 | 0.8 | 0.66 |
| Hex | 65 | 81 | EE | 3A | 2E | 0 | 7 | E4 | 50 | 42 |
| Octal | 145 | 201 | 356 | 72 | 56 | 0 | 7 | 344 | 120 | 102 |
| Binary | 1100101 | 10000001 | 11101110 | 111010 | 101110 | 0 | 111 | 11100100 | 1010000 | 1000010 |
Color Harmonies of #6581EE
Complementary color
Monochromatic Colors of #6581EE
Black with #6581EE
Text Example
Text Example
White with #6581EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581EE; }
p { color: rgb(101,129,238); }
H1.HeaderClassName
{
color: #6581EE;
}
.AnyTagClassName
{
color: #6581EE;
}
</style>
background-color css
<style>
a { background-color: #6581EE; }
a { background-color: rgb(101,129,238); }
div.DivClassName
{
background-color: #6581EE;
}
.BgClassName
{
background-color: #6581EE;
}
</style>
border-color css
<style>
span { border-color: #6581EE; }
span { border-color: rgb(101,129,238); }
td.TdClassName
{
border-color: #6581EE;
}
.TagClassName
{
border-color: #6581EE;
}
</style>