Shades of Cornflower Blue #6388EE
Tints of Cornflower Blue #6388EE
RGB
CMYK
RGB Variations
Color information
#6388EE (or 0x6388EE) is known color: Cornflower Blue. HEX triplet: 63, 88 and EE. RGB value is (99,136,238). Sum of RGB (Red+Green+Blue) = 99+136+238=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #6388EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6388EE is #9C7711. Grayscale: #888888. Windows color (decimal): -10254098 or 15632483. OLE color: 15632483.
HSL color Cylindrical-coordinate representation of color #6388EE: hue angle of 224.03º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6388EE is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 136 | 238 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.07 |
| HSL | 224.03º | 0.8% | 0.66% | - |
| HSV(B) | 224.03º | 0.58% | 0.93% | - |
| XYZ | 29.38 | 26.43 | 84.44 | - |
| YUV | 136.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 238 | 0.58 | 0.43 | 0 | 0.07 | 224.03 | 0.8 | 0.66 |
| Hex | 63 | 88 | EE | 3A | 2B | 0 | 7 | E0 | 50 | 42 |
| Octal | 143 | 210 | 356 | 72 | 53 | 0 | 7 | 340 | 120 | 102 |
| Binary | 1100011 | 10001000 | 11101110 | 111010 | 101011 | 0 | 111 | 11100000 | 1010000 | 1000010 |
Color Harmonies of #6388EE
Complementary color
Monochromatic Colors of #6388EE
Black with #6388EE
Text Example
Text Example
White with #6388EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6388EE; }
p { color: rgb(99,136,238); }
H1.HeaderClassName
{
color: #6388EE;
}
.AnyTagClassName
{
color: #6388EE;
}
</style>
background-color css
<style>
a { background-color: #6388EE; }
a { background-color: rgb(99,136,238); }
div.DivClassName
{
background-color: #6388EE;
}
.BgClassName
{
background-color: #6388EE;
}
</style>
border-color css
<style>
span { border-color: #6388EE; }
span { border-color: rgb(99,136,238); }
td.TdClassName
{
border-color: #6388EE;
}
.TagClassName
{
border-color: #6388EE;
}
</style>