Shades of Cornflower Blue #6381FF
Tints of Cornflower Blue #6381FF
RGB
CMYK
RGB Variations
Color information
#6381FF (or 0x6381FF) is known color: Cornflower Blue. HEX triplet: 63, 81 and FF. RGB value is (99,129,255). Sum of RGB (Red+Green+Blue) = 99+129+255=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #6381FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6381FF is #9C7E00. Grayscale: #858585. Windows color (decimal): -10255873 or 16744803. OLE color: 16744803.
HSL color Cylindrical-coordinate representation of color #6381FF: hue angle of 228.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6381FF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 129 | 255 | - |
| CMYK | 0.61 | 0.49 | 0 | 0 |
| HSL | 228.46º | 1% | 0.69% | - |
| HSV(B) | 228.46º | 0.61% | 1% | - |
| XYZ | 31.05 | 25.57 | 97.91 | - |
| YUV | 134.39 | 196.06 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 255 | 0.61 | 0.49 | 0 | 0 | 228.46 | 1 | 0.69 |
| Hex | 63 | 81 | FF | 3D | 31 | 0 | 0 | E4 | 64 | 45 |
| Octal | 143 | 201 | 377 | 75 | 61 | 0 | 0 | 344 | 144 | 105 |
| Binary | 1100011 | 10000001 | 11111111 | 111101 | 110001 | 0 | 0 | 11100100 | 1100100 | 1000101 |
Color Harmonies of #6381FF
Complementary color
Monochromatic Colors of #6381FF
Black with #6381FF
Text Example
Text Example
White with #6381FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6381FF; }
p { color: rgb(99,129,255); }
H1.HeaderClassName
{
color: #6381FF;
}
.AnyTagClassName
{
color: #6381FF;
}
</style>
background-color css
<style>
a { background-color: #6381FF; }
a { background-color: rgb(99,129,255); }
div.DivClassName
{
background-color: #6381FF;
}
.BgClassName
{
background-color: #6381FF;
}
</style>
border-color css
<style>
span { border-color: #6381FF; }
span { border-color: rgb(99,129,255); }
td.TdClassName
{
border-color: #6381FF;
}
.TagClassName
{
border-color: #6381FF;
}
</style>