Shades of Cornflower Blue #6B9EEF
Tints of Cornflower Blue #6B9EEF
RGB
CMYK
RGB Variations
Color information
#6B9EEF (or 0x6B9EEF) is known color: Cornflower Blue. HEX triplet: 6B, 9E and EF. RGB value is (107,158,239). Sum of RGB (Red+Green+Blue) = 107+158+239=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B9EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EEF is #946110. Grayscale: #979797. Windows color (decimal): -9724177 or 15703659. OLE color: 15703659.
HSL color Cylindrical-coordinate representation of color #6B9EEF: hue angle of 216.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9EEF is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 158 | 239 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.06 |
| HSL | 216.82º | 0.8% | 0.68% | - |
| HSV(B) | 216.82º | 0.55% | 0.94% | - |
| XYZ | 33.87 | 33.81 | 86.4 | - |
| YUV | 151.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 239 | 0.55 | 0.34 | 0 | 0.06 | 216.82 | 0.8 | 0.68 |
| Hex | 6B | 9E | EF | 37 | 22 | 0 | 6 | D9 | 50 | 44 |
| Octal | 153 | 236 | 357 | 67 | 42 | 0 | 6 | 331 | 120 | 104 |
| Binary | 1101011 | 10011110 | 11101111 | 110111 | 100010 | 0 | 110 | 11011001 | 1010000 | 1000100 |
Color Harmonies of #6B9EEF
Complementary color
Monochromatic Colors of #6B9EEF
Black with #6B9EEF
Text Example
Text Example
White with #6B9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EEF; }
p { color: rgb(107,158,239); }
H1.HeaderClassName
{
color: #6B9EEF;
}
.AnyTagClassName
{
color: #6B9EEF;
}
</style>
background-color css
<style>
a { background-color: #6B9EEF; }
a { background-color: rgb(107,158,239); }
div.DivClassName
{
background-color: #6B9EEF;
}
.BgClassName
{
background-color: #6B9EEF;
}
</style>
border-color css
<style>
span { border-color: #6B9EEF; }
span { border-color: rgb(107,158,239); }
td.TdClassName
{
border-color: #6B9EEF;
}
.TagClassName
{
border-color: #6B9EEF;
}
</style>