Shades of Cornflower Blue #6396FF
Tints of Cornflower Blue #6396FF
RGB
CMYK
RGB Variations
Color information
#6396FF (or 0x6396FF) is known color: Cornflower Blue. HEX triplet: 63, 96 and FF. RGB value is (99,150,255). Sum of RGB (Red+Green+Blue) = 99+150+255=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #6396FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6396FF is #9C6900. Grayscale: #929292. Windows color (decimal): -10250497 or 16750179. OLE color: 16750179.
HSL color Cylindrical-coordinate representation of color #6396FF: hue angle of 220.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 #6396FF is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 150 | 255 | - |
| CMYK | 0.61 | 0.41 | 0 | 0 |
| HSL | 220.38º | 1% | 0.69% | - |
| HSV(B) | 220.38º | 0.61% | 1% | - |
| XYZ | 34.1 | 31.69 | 98.93 | - |
| YUV | 146.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 255 | 0.61 | 0.41 | 0 | 0 | 220.38 | 1 | 0.69 |
| Hex | 63 | 96 | FF | 3D | 29 | 0 | 0 | DC | 64 | 45 |
| Octal | 143 | 226 | 377 | 75 | 51 | 0 | 0 | 334 | 144 | 105 |
| Binary | 1100011 | 10010110 | 11111111 | 111101 | 101001 | 0 | 0 | 11011100 | 1100100 | 1000101 |
Color Harmonies of #6396FF
Complementary color
Monochromatic Colors of #6396FF
Black with #6396FF
Text Example
Text Example
White with #6396FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6396FF; }
p { color: rgb(99,150,255); }
H1.HeaderClassName
{
color: #6396FF;
}
.AnyTagClassName
{
color: #6396FF;
}
</style>
background-color css
<style>
a { background-color: #6396FF; }
a { background-color: rgb(99,150,255); }
div.DivClassName
{
background-color: #6396FF;
}
.BgClassName
{
background-color: #6396FF;
}
</style>
border-color css
<style>
span { border-color: #6396FF; }
span { border-color: rgb(99,150,255); }
td.TdClassName
{
border-color: #6396FF;
}
.TagClassName
{
border-color: #6396FF;
}
</style>