Shades of Cornflower Blue #6581DA
Tints of Cornflower Blue #6581DA
RGB
CMYK
RGB Variations
Color information
#6581DA (or 0x6581DA) is known color: Cornflower Blue. HEX triplet: 65, 81 and DA. RGB value is (101,129,218). Sum of RGB (Red+Green+Blue) = 101+129+218=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #6581DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581DA is #9A7E25. Grayscale: #828282. Windows color (decimal): -10124838 or 14319973. OLE color: 14319973.
HSL color Cylindrical-coordinate representation of color #6581DA: hue angle of 225.64º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6581DA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 129 | 218 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.15 |
| HSL | 225.64º | 0.61% | 0.63% | - |
| HSV(B) | 225.64º | 0.54% | 0.85% | - |
| XYZ | 25.87 | 23.53 | 69.51 | - |
| YUV | 130.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 218 | 0.54 | 0.41 | 0 | 0.15 | 225.64 | 0.61 | 0.63 |
| Hex | 65 | 81 | DA | 36 | 29 | 0 | F | E2 | 3D | 3F |
| Octal | 145 | 201 | 332 | 66 | 51 | 0 | 17 | 342 | 75 | 77 |
| Binary | 1100101 | 10000001 | 11011010 | 110110 | 101001 | 0 | 1111 | 11100010 | 111101 | 111111 |
Color Harmonies of #6581DA
Complementary color
Monochromatic Colors of #6581DA
Black with #6581DA
Text Example
Text Example
White with #6581DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581DA; }
p { color: rgb(101,129,218); }
H1.HeaderClassName
{
color: #6581DA;
}
.AnyTagClassName
{
color: #6581DA;
}
</style>
background-color css
<style>
a { background-color: #6581DA; }
a { background-color: rgb(101,129,218); }
div.DivClassName
{
background-color: #6581DA;
}
.BgClassName
{
background-color: #6581DA;
}
</style>
border-color css
<style>
span { border-color: #6581DA; }
span { border-color: rgb(101,129,218); }
td.TdClassName
{
border-color: #6581DA;
}
.TagClassName
{
border-color: #6581DA;
}
</style>