Shades of Cornflower Blue #6388FE
Tints of Cornflower Blue #6388FE
RGB
CMYK
RGB Variations
Color information
#6388FE (or 0x6388FE) is known color: Cornflower Blue. HEX triplet: 63, 88 and FE. RGB value is (99,136,254). Sum of RGB (Red+Green+Blue) = 99+136+254=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6388FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6388FE is #9C7701. Grayscale: #898989. Windows color (decimal): -10254082 or 16681059. OLE color: 16681059.
HSL color Cylindrical-coordinate representation of color #6388FE: hue angle of 225.68º 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 #6388FE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 136 | 254 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.00 |
| HSL | 225.68º | 0.99% | 0.69% | - |
| HSV(B) | 225.68º | 0.61% | 1% | - |
| XYZ | 31.84 | 27.42 | 97.38 | - |
| YUV | 138.39 | 193.24 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 254 | 0.61 | 0.46 | 0 | 0.00 | 225.68 | 0.99 | 0.69 |
| Hex | 63 | 88 | FE | 3D | 2E | 0 | 0 | E2 | 63 | 45 |
| Octal | 143 | 210 | 376 | 75 | 56 | 0 | 0 | 342 | 143 | 105 |
| Binary | 1100011 | 10001000 | 11111110 | 111101 | 101110 | 0 | 0 | 11100010 | 1100011 | 1000101 |
Color Harmonies of #6388FE
Complementary color
Monochromatic Colors of #6388FE
Black with #6388FE
Text Example
Text Example
White with #6388FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6388FE; }
p { color: rgb(99,136,254); }
H1.HeaderClassName
{
color: #6388FE;
}
.AnyTagClassName
{
color: #6388FE;
}
</style>
background-color css
<style>
a { background-color: #6388FE; }
a { background-color: rgb(99,136,254); }
div.DivClassName
{
background-color: #6388FE;
}
.BgClassName
{
background-color: #6388FE;
}
</style>
border-color css
<style>
span { border-color: #6388FE; }
span { border-color: rgb(99,136,254); }
td.TdClassName
{
border-color: #6388FE;
}
.TagClassName
{
border-color: #6388FE;
}
</style>