Shades of Cornflower Blue #639AE5
Tints of Cornflower Blue #639AE5
RGB
CMYK
RGB Variations
Color information
#639AE5 (or 0x639AE5) is known color: Cornflower Blue. HEX triplet: 63, 9A and E5. RGB value is (99,154,229). Sum of RGB (Red+Green+Blue) = 99+154+229=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #639AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639AE5 is #9C651A. Grayscale: #919191. Windows color (decimal): -10249499 or 15047267. OLE color: 15047267.
HSL color Cylindrical-coordinate representation of color #639AE5: hue angle of 214.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #639AE5 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 154 | 229 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.10 |
| HSL | 214.62º | 0.71% | 0.64% | - |
| HSV(B) | 214.62º | 0.57% | 0.9% | - |
| XYZ | 30.84 | 31.42 | 78.57 | - |
| YUV | 146.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 229 | 0.57 | 0.33 | 0 | 0.10 | 214.62 | 0.71 | 0.64 |
| Hex | 63 | 9A | E5 | 39 | 21 | 0 | A | D7 | 47 | 40 |
| Octal | 143 | 232 | 345 | 71 | 41 | 0 | 12 | 327 | 107 | 100 |
| Binary | 1100011 | 10011010 | 11100101 | 111001 | 100001 | 0 | 1010 | 11010111 | 1000111 | 1000000 |
Color Harmonies of #639AE5
Complementary color
Monochromatic Colors of #639AE5
Black with #639AE5
Text Example
Text Example
White with #639AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AE5; }
p { color: rgb(99,154,229); }
H1.HeaderClassName
{
color: #639AE5;
}
.AnyTagClassName
{
color: #639AE5;
}
</style>
background-color css
<style>
a { background-color: #639AE5; }
a { background-color: rgb(99,154,229); }
div.DivClassName
{
background-color: #639AE5;
}
.BgClassName
{
background-color: #639AE5;
}
</style>
border-color css
<style>
span { border-color: #639AE5; }
span { border-color: rgb(99,154,229); }
td.TdClassName
{
border-color: #639AE5;
}
.TagClassName
{
border-color: #639AE5;
}
</style>