Shades of Cornflower Blue #6380FB
Tints of Cornflower Blue #6380FB
RGB
CMYK
RGB Variations
Color information
#6380FB (or 0x6380FB) is known color: Cornflower Blue. HEX triplet: 63, 80 and FB. RGB value is (99,128,251). Sum of RGB (Red+Green+Blue) = 99+128+251=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #6380FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6380FB is #9C7F04. Grayscale: #848484. Windows color (decimal): -10256133 or 16482403. OLE color: 16482403.
HSL color Cylindrical-coordinate representation of color #6380FB: hue angle of 228.55º 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 #6380FB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 128 | 251 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.02 |
| HSL | 228.55º | 0.95% | 0.69% | - |
| HSV(B) | 228.55º | 0.61% | 0.98% | - |
| XYZ | 30.28 | 25.06 | 94.51 | - |
| YUV | 133.35 | 194.39 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 251 | 0.61 | 0.49 | 0 | 0.02 | 228.55 | 0.95 | 0.69 |
| Hex | 63 | 80 | FB | 3D | 31 | 0 | 2 | E5 | 5F | 45 |
| Octal | 143 | 200 | 373 | 75 | 61 | 0 | 2 | 345 | 137 | 105 |
| Binary | 1100011 | 10000000 | 11111011 | 111101 | 110001 | 0 | 10 | 11100101 | 1011111 | 1000101 |
Color Harmonies of #6380FB
Complementary color
Monochromatic Colors of #6380FB
Black with #6380FB
Text Example
Text Example
White with #6380FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6380FB; }
p { color: rgb(99,128,251); }
H1.HeaderClassName
{
color: #6380FB;
}
.AnyTagClassName
{
color: #6380FB;
}
</style>
background-color css
<style>
a { background-color: #6380FB; }
a { background-color: rgb(99,128,251); }
div.DivClassName
{
background-color: #6380FB;
}
.BgClassName
{
background-color: #6380FB;
}
</style>
border-color css
<style>
span { border-color: #6380FB; }
span { border-color: rgb(99,128,251); }
td.TdClassName
{
border-color: #6380FB;
}
.TagClassName
{
border-color: #6380FB;
}
</style>