Shades of Cornflower Blue #6381FE
Tints of Cornflower Blue #6381FE
RGB
CMYK
RGB Variations
Color information
#6381FE (or 0x6381FE) is known color: Cornflower Blue. HEX triplet: 63, 81 and FE. RGB value is (99,129,254). Sum of RGB (Red+Green+Blue) = 99+129+254=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #6381FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6381FE is #9C7E01. Grayscale: #858585. Windows color (decimal): -10255874 or 16679267. OLE color: 16679267.
HSL color Cylindrical-coordinate representation of color #6381FE: hue angle of 228.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6381FE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 129 | 254 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.00 |
| HSL | 228.39º | 0.99% | 0.69% | - |
| HSV(B) | 228.39º | 0.61% | 1% | - |
| XYZ | 30.89 | 25.51 | 97.06 | - |
| YUV | 134.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 254 | 0.61 | 0.49 | 0 | 0.00 | 228.39 | 0.99 | 0.69 |
| Hex | 63 | 81 | FE | 3D | 31 | 0 | 0 | E4 | 63 | 45 |
| Octal | 143 | 201 | 376 | 75 | 61 | 0 | 0 | 344 | 143 | 105 |
| Binary | 1100011 | 10000001 | 11111110 | 111101 | 110001 | 0 | 0 | 11100100 | 1100011 | 1000101 |
Color Harmonies of #6381FE
Complementary color
Monochromatic Colors of #6381FE
Black with #6381FE
Text Example
Text Example
White with #6381FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6381FE; }
p { color: rgb(99,129,254); }
H1.HeaderClassName
{
color: #6381FE;
}
.AnyTagClassName
{
color: #6381FE;
}
</style>
background-color css
<style>
a { background-color: #6381FE; }
a { background-color: rgb(99,129,254); }
div.DivClassName
{
background-color: #6381FE;
}
.BgClassName
{
background-color: #6381FE;
}
</style>
border-color css
<style>
span { border-color: #6381FE; }
span { border-color: rgb(99,129,254); }
td.TdClassName
{
border-color: #6381FE;
}
.TagClassName
{
border-color: #6381FE;
}
</style>