Shades of Cornflower Blue #6389FF
Tints of Cornflower Blue #6389FF
RGB
CMYK
RGB Variations
Color information
#6389FF (or 0x6389FF) is known color: Cornflower Blue. HEX triplet: 63, 89 and FF. RGB value is (99,137,255). Sum of RGB (Red+Green+Blue) = 99+137+255=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #6389FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6389FF is #9C7600. Grayscale: #8A8A8A. Windows color (decimal): -10253825 or 16746851. OLE color: 16746851.
HSL color Cylindrical-coordinate representation of color #6389FF: hue angle of 225.38º 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 #6389FF is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 137 | 255 | - |
| CMYK | 0.61 | 0.46 | 0 | 0 |
| HSL | 225.38º | 1% | 0.69% | - |
| HSV(B) | 225.38º | 0.61% | 1% | - |
| XYZ | 32.14 | 27.76 | 98.27 | - |
| YUV | 139.09 | 193.41 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 255 | 0.61 | 0.46 | 0 | 0 | 225.38 | 1 | 0.69 |
| Hex | 63 | 89 | FF | 3D | 2E | 0 | 0 | E1 | 64 | 45 |
| Octal | 143 | 211 | 377 | 75 | 56 | 0 | 0 | 341 | 144 | 105 |
| Binary | 1100011 | 10001001 | 11111111 | 111101 | 101110 | 0 | 0 | 11100001 | 1100100 | 1000101 |
Color Harmonies of #6389FF
Complementary color
Monochromatic Colors of #6389FF
Black with #6389FF
Text Example
Text Example
White with #6389FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6389FF; }
p { color: rgb(99,137,255); }
H1.HeaderClassName
{
color: #6389FF;
}
.AnyTagClassName
{
color: #6389FF;
}
</style>
background-color css
<style>
a { background-color: #6389FF; }
a { background-color: rgb(99,137,255); }
div.DivClassName
{
background-color: #6389FF;
}
.BgClassName
{
background-color: #6389FF;
}
</style>
border-color css
<style>
span { border-color: #6389FF; }
span { border-color: rgb(99,137,255); }
td.TdClassName
{
border-color: #6389FF;
}
.TagClassName
{
border-color: #6389FF;
}
</style>