Shades of Cornflower Blue #6398DF
Tints of Cornflower Blue #6398DF
RGB
CMYK
RGB Variations
Color information
#6398DF (or 0x6398DF) is known color: Cornflower Blue. HEX triplet: 63, 98 and DF. RGB value is (99,152,223). Sum of RGB (Red+Green+Blue) = 99+152+223=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6398DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398DF is #9C6720. Grayscale: #8F8F8F. Windows color (decimal): -10250017 or 14653539. OLE color: 14653539.
HSL color Cylindrical-coordinate representation of color #6398DF: hue angle of 214.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6398DF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 152 | 223 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.13 |
| HSL | 214.35º | 0.66% | 0.63% | - |
| HSV(B) | 214.35º | 0.56% | 0.87% | - |
| XYZ | 29.69 | 30.44 | 74.12 | - |
| YUV | 144.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 223 | 0.56 | 0.32 | 0 | 0.13 | 214.35 | 0.66 | 0.63 |
| Hex | 63 | 98 | DF | 38 | 20 | 0 | D | D6 | 42 | 3F |
| Octal | 143 | 230 | 337 | 70 | 40 | 0 | 15 | 326 | 102 | 77 |
| Binary | 1100011 | 10011000 | 11011111 | 111000 | 100000 | 0 | 1101 | 11010110 | 1000010 | 111111 |
Color Harmonies of #6398DF
Complementary color
Monochromatic Colors of #6398DF
Black with #6398DF
Text Example
Text Example
White with #6398DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6398DF; }
p { color: rgb(99,152,223); }
H1.HeaderClassName
{
color: #6398DF;
}
.AnyTagClassName
{
color: #6398DF;
}
</style>
background-color css
<style>
a { background-color: #6398DF; }
a { background-color: rgb(99,152,223); }
div.DivClassName
{
background-color: #6398DF;
}
.BgClassName
{
background-color: #6398DF;
}
</style>
border-color css
<style>
span { border-color: #6398DF; }
span { border-color: rgb(99,152,223); }
td.TdClassName
{
border-color: #6398DF;
}
.TagClassName
{
border-color: #6398DF;
}
</style>