Shades of Cornflower Blue #6382DF
Tints of Cornflower Blue #6382DF
RGB
CMYK
RGB Variations
Color information
#6382DF (or 0x6382DF) is known color: Cornflower Blue. HEX triplet: 63, 82 and DF. RGB value is (99,130,223). Sum of RGB (Red+Green+Blue) = 99+130+223=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #6382DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382DF is #9C7D20. Grayscale: #828282. Windows color (decimal): -10255649 or 14647907. OLE color: 14647907.
HSL color Cylindrical-coordinate representation of color #6382DF: hue angle of 225º 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 #6382DF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 130 | 223 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.13 |
| HSL | 225º | 0.66% | 0.63% | - |
| HSV(B) | 225º | 0.56% | 0.87% | - |
| XYZ | 26.45 | 23.95 | 73.04 | - |
| YUV | 131.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 223 | 0.56 | 0.42 | 0 | 0.13 | 225 | 0.66 | 0.63 |
| Hex | 63 | 82 | DF | 38 | 2A | 0 | D | E1 | 42 | 3F |
| Octal | 143 | 202 | 337 | 70 | 52 | 0 | 15 | 341 | 102 | 77 |
| Binary | 1100011 | 10000010 | 11011111 | 111000 | 101010 | 0 | 1101 | 11100001 | 1000010 | 111111 |
Color Harmonies of #6382DF
Complementary color
Monochromatic Colors of #6382DF
Black with #6382DF
Text Example
Text Example
White with #6382DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6382DF; }
p { color: rgb(99,130,223); }
H1.HeaderClassName
{
color: #6382DF;
}
.AnyTagClassName
{
color: #6382DF;
}
</style>
background-color css
<style>
a { background-color: #6382DF; }
a { background-color: rgb(99,130,223); }
div.DivClassName
{
background-color: #6382DF;
}
.BgClassName
{
background-color: #6382DF;
}
</style>
border-color css
<style>
span { border-color: #6382DF; }
span { border-color: rgb(99,130,223); }
td.TdClassName
{
border-color: #6382DF;
}
.TagClassName
{
border-color: #6382DF;
}
</style>