Shades of Cornflower Blue #6779DD
Tints of Cornflower Blue #6779DD
RGB
CMYK
RGB Variations
Color information
#6779DD (or 0x6779DD) is known color: Cornflower Blue. HEX triplet: 67, 79 and DD. RGB value is (103,121,221). Sum of RGB (Red+Green+Blue) = 103+121+221=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #6779DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6779DD is #988622. Grayscale: #7E7E7E. Windows color (decimal): -9995811 or 14514535. OLE color: 14514535.
HSL color Cylindrical-coordinate representation of color #6779DD: hue angle of 230.85º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6779DD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 121 | 221 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.13 |
| HSL | 230.85º | 0.63% | 0.64% | - |
| HSV(B) | 230.85º | 0.53% | 0.87% | - |
| XYZ | 25.48 | 21.78 | 71.27 | - |
| YUV | 127.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 221 | 0.53 | 0.45 | 0 | 0.13 | 230.85 | 0.63 | 0.64 |
| Hex | 67 | 79 | DD | 35 | 2D | 0 | D | E7 | 3F | 40 |
| Octal | 147 | 171 | 335 | 65 | 55 | 0 | 15 | 347 | 77 | 100 |
| Binary | 1100111 | 1111001 | 11011101 | 110101 | 101101 | 0 | 1101 | 11100111 | 111111 | 1000000 |
Color Harmonies of #6779DD
Complementary color
Monochromatic Colors of #6779DD
Black with #6779DD
Text Example
Text Example
White with #6779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6779DD; }
p { color: rgb(103,121,221); }
H1.HeaderClassName
{
color: #6779DD;
}
.AnyTagClassName
{
color: #6779DD;
}
</style>
background-color css
<style>
a { background-color: #6779DD; }
a { background-color: rgb(103,121,221); }
div.DivClassName
{
background-color: #6779DD;
}
.BgClassName
{
background-color: #6779DD;
}
</style>
border-color css
<style>
span { border-color: #6779DD; }
span { border-color: rgb(103,121,221); }
td.TdClassName
{
border-color: #6779DD;
}
.TagClassName
{
border-color: #6779DD;
}
</style>