Shades of Cornflower Blue #639AF6
Tints of Cornflower Blue #639AF6
RGB
CMYK
RGB Variations
Color information
#639AF6 (or 0x639AF6) is known color: Cornflower Blue. HEX triplet: 63, 9A and F6. RGB value is (99,154,246). Sum of RGB (Red+Green+Blue) = 99+154+246=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #639AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639AF6 is #9C6509. Grayscale: #939393. Windows color (decimal): -10249482 or 16161379. OLE color: 16161379.
HSL color Cylindrical-coordinate representation of color #639AF6: hue angle of 217.55º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #639AF6 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 154 | 246 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.04 |
| HSL | 217.55º | 0.89% | 0.68% | - |
| HSV(B) | 217.55º | 0.6% | 0.96% | - |
| XYZ | 33.34 | 32.42 | 91.69 | - |
| YUV | 148.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 246 | 0.60 | 0.37 | 0 | 0.04 | 217.55 | 0.89 | 0.68 |
| Hex | 63 | 9A | F6 | 3C | 25 | 0 | 4 | DA | 59 | 44 |
| Octal | 143 | 232 | 366 | 74 | 45 | 0 | 4 | 332 | 131 | 104 |
| Binary | 1100011 | 10011010 | 11110110 | 111100 | 100101 | 0 | 100 | 11011010 | 1011001 | 1000100 |
Color Harmonies of #639AF6
Complementary color
Monochromatic Colors of #639AF6
Black with #639AF6
Text Example
Text Example
White with #639AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AF6; }
p { color: rgb(99,154,246); }
H1.HeaderClassName
{
color: #639AF6;
}
.AnyTagClassName
{
color: #639AF6;
}
</style>
background-color css
<style>
a { background-color: #639AF6; }
a { background-color: rgb(99,154,246); }
div.DivClassName
{
background-color: #639AF6;
}
.BgClassName
{
background-color: #639AF6;
}
</style>
border-color css
<style>
span { border-color: #639AF6; }
span { border-color: rgb(99,154,246); }
td.TdClassName
{
border-color: #639AF6;
}
.TagClassName
{
border-color: #639AF6;
}
</style>