Shades of Cornflower Blue #6B8ADD
Tints of Cornflower Blue #6B8ADD
RGB
CMYK
RGB Variations
Color information
#6B8ADD (or 0x6B8ADD) is known color: Cornflower Blue. HEX triplet: 6B, 8A and DD. RGB value is (107,138,221). Sum of RGB (Red+Green+Blue) = 107+138+221=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B8ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ADD is #947522. Grayscale: #898989. Windows color (decimal): -9729315 or 14518891. OLE color: 14518891.
HSL color Cylindrical-coordinate representation of color #6B8ADD: hue angle of 223.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B8ADD is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 138 | 221 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.13 |
| HSL | 223.68º | 0.63% | 0.64% | - |
| HSV(B) | 223.68º | 0.52% | 0.87% | - |
| XYZ | 28.2 | 26.52 | 72.04 | - |
| YUV | 138.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 221 | 0.52 | 0.38 | 0 | 0.13 | 223.68 | 0.63 | 0.64 |
| Hex | 6B | 8A | DD | 34 | 26 | 0 | D | E0 | 3F | 40 |
| Octal | 153 | 212 | 335 | 64 | 46 | 0 | 15 | 340 | 77 | 100 |
| Binary | 1101011 | 10001010 | 11011101 | 110100 | 100110 | 0 | 1101 | 11100000 | 111111 | 1000000 |
Color Harmonies of #6B8ADD
Complementary color
Monochromatic Colors of #6B8ADD
Black with #6B8ADD
Text Example
Text Example
White with #6B8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8ADD; }
p { color: rgb(107,138,221); }
H1.HeaderClassName
{
color: #6B8ADD;
}
.AnyTagClassName
{
color: #6B8ADD;
}
</style>
background-color css
<style>
a { background-color: #6B8ADD; }
a { background-color: rgb(107,138,221); }
div.DivClassName
{
background-color: #6B8ADD;
}
.BgClassName
{
background-color: #6B8ADD;
}
</style>
border-color css
<style>
span { border-color: #6B8ADD; }
span { border-color: rgb(107,138,221); }
td.TdClassName
{
border-color: #6B8ADD;
}
.TagClassName
{
border-color: #6B8ADD;
}
</style>