Shades of Cornflower Blue #6381FB
Tints of Cornflower Blue #6381FB
RGB
CMYK
RGB Variations
Color information
#6381FB (or 0x6381FB) is known color: Cornflower Blue. HEX triplet: 63, 81 and FB. RGB value is (99,129,251). Sum of RGB (Red+Green+Blue) = 99+129+251=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #6381FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6381FB is #9C7E04. Grayscale: #858585. Windows color (decimal): -10255877 or 16482659. OLE color: 16482659.
HSL color Cylindrical-coordinate representation of color #6381FB: hue angle of 228.16º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6381FB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 129 | 251 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.02 |
| HSL | 228.16º | 0.95% | 0.69% | - |
| HSV(B) | 228.16º | 0.61% | 0.98% | - |
| XYZ | 30.41 | 25.32 | 94.55 | - |
| YUV | 133.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 251 | 0.61 | 0.49 | 0 | 0.02 | 228.16 | 0.95 | 0.69 |
| Hex | 63 | 81 | FB | 3D | 31 | 0 | 2 | E4 | 5F | 45 |
| Octal | 143 | 201 | 373 | 75 | 61 | 0 | 2 | 344 | 137 | 105 |
| Binary | 1100011 | 10000001 | 11111011 | 111101 | 110001 | 0 | 10 | 11100100 | 1011111 | 1000101 |
Color Harmonies of #6381FB
Complementary color
Monochromatic Colors of #6381FB
Black with #6381FB
Text Example
Text Example
White with #6381FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6381FB; }
p { color: rgb(99,129,251); }
H1.HeaderClassName
{
color: #6381FB;
}
.AnyTagClassName
{
color: #6381FB;
}
</style>
background-color css
<style>
a { background-color: #6381FB; }
a { background-color: rgb(99,129,251); }
div.DivClassName
{
background-color: #6381FB;
}
.BgClassName
{
background-color: #6381FB;
}
</style>
border-color css
<style>
span { border-color: #6381FB; }
span { border-color: rgb(99,129,251); }
td.TdClassName
{
border-color: #6381FB;
}
.TagClassName
{
border-color: #6381FB;
}
</style>