Shades of Cornflower Blue #6381DA
Tints of Cornflower Blue #6381DA
RGB
CMYK
RGB Variations
Color information
#6381DA (or 0x6381DA) is known color: Cornflower Blue. HEX triplet: 63, 81 and DA. RGB value is (99,129,218). Sum of RGB (Red+Green+Blue) = 99+129+218=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #6381DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381DA is #9C7E25. Grayscale: #818181. Windows color (decimal): -10255910 or 14319971. OLE color: 14319971.
HSL color Cylindrical-coordinate representation of color #6381DA: hue angle of 224.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6381DA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 129 | 218 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.15 |
| HSL | 224.87º | 0.62% | 0.62% | - |
| HSV(B) | 224.87º | 0.55% | 0.85% | - |
| XYZ | 25.65 | 23.42 | 69.5 | - |
| YUV | 130.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 218 | 0.55 | 0.41 | 0 | 0.15 | 224.87 | 0.62 | 0.62 |
| Hex | 63 | 81 | DA | 37 | 29 | 0 | F | E1 | 3E | 3E |
| Octal | 143 | 201 | 332 | 67 | 51 | 0 | 17 | 341 | 76 | 76 |
| Binary | 1100011 | 10000001 | 11011010 | 110111 | 101001 | 0 | 1111 | 11100001 | 111110 | 111110 |
Color Harmonies of #6381DA
Complementary color
Monochromatic Colors of #6381DA
Black with #6381DA
Text Example
Text Example
White with #6381DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6381DA; }
p { color: rgb(99,129,218); }
H1.HeaderClassName
{
color: #6381DA;
}
.AnyTagClassName
{
color: #6381DA;
}
</style>
background-color css
<style>
a { background-color: #6381DA; }
a { background-color: rgb(99,129,218); }
div.DivClassName
{
background-color: #6381DA;
}
.BgClassName
{
background-color: #6381DA;
}
</style>
border-color css
<style>
span { border-color: #6381DA; }
span { border-color: rgb(99,129,218); }
td.TdClassName
{
border-color: #6381DA;
}
.TagClassName
{
border-color: #6381DA;
}
</style>