Shades of Cornflower Blue #6995EF
Tints of Cornflower Blue #6995EF
RGB
CMYK
RGB Variations
Color information
#6995EF (or 0x6995EF) is known color: Cornflower Blue. HEX triplet: 69, 95 and EF. RGB value is (105,149,239). Sum of RGB (Red+Green+Blue) = 105+149+239=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #6995EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6995EF is #966A10. Grayscale: #919191. Windows color (decimal): -9857553 or 15701353. OLE color: 15701353.
HSL color Cylindrical-coordinate representation of color #6995EF: hue angle of 220.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6995EF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 149 | 239 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.06 |
| HSL | 220.3º | 0.81% | 0.67% | - |
| HSV(B) | 220.3º | 0.56% | 0.94% | - |
| XYZ | 32.15 | 30.73 | 85.9 | - |
| YUV | 146.1 | 180.42 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 239 | 0.56 | 0.38 | 0 | 0.06 | 220.3 | 0.81 | 0.67 |
| Hex | 69 | 95 | EF | 38 | 26 | 0 | 6 | DC | 51 | 43 |
| Octal | 151 | 225 | 357 | 70 | 46 | 0 | 6 | 334 | 121 | 103 |
| Binary | 1101001 | 10010101 | 11101111 | 111000 | 100110 | 0 | 110 | 11011100 | 1010001 | 1000011 |
Color Harmonies of #6995EF
Complementary color
Monochromatic Colors of #6995EF
Black with #6995EF
Text Example
Text Example
White with #6995EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6995EF; }
p { color: rgb(105,149,239); }
H1.HeaderClassName
{
color: #6995EF;
}
.AnyTagClassName
{
color: #6995EF;
}
</style>
background-color css
<style>
a { background-color: #6995EF; }
a { background-color: rgb(105,149,239); }
div.DivClassName
{
background-color: #6995EF;
}
.BgClassName
{
background-color: #6995EF;
}
</style>
border-color css
<style>
span { border-color: #6995EF; }
span { border-color: rgb(105,149,239); }
td.TdClassName
{
border-color: #6995EF;
}
.TagClassName
{
border-color: #6995EF;
}
</style>