Shades of Cornflower Blue #639CFF
Tints of Cornflower Blue #639CFF
RGB
CMYK
RGB Variations
Color information
#639CFF (or 0x639CFF) is known color: Cornflower Blue. HEX triplet: 63, 9C and FF. RGB value is (99,156,255). Sum of RGB (Red+Green+Blue) = 99+156+255=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #639CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639CFF is #9C6300. Grayscale: #959595. Windows color (decimal): -10248961 or 16751715. OLE color: 16751715.
HSL color Cylindrical-coordinate representation of color #639CFF: hue angle of 218.08º 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 #639CFF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 156 | 255 | - |
| CMYK | 0.61 | 0.39 | 0 | 0 |
| HSL | 218.08º | 1% | 0.69% | - |
| HSV(B) | 218.08º | 0.61% | 1% | - |
| XYZ | 35.08 | 33.65 | 99.25 | - |
| YUV | 150.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 255 | 0.61 | 0.39 | 0 | 0 | 218.08 | 1 | 0.69 |
| Hex | 63 | 9C | FF | 3D | 27 | 0 | 0 | DA | 64 | 45 |
| Octal | 143 | 234 | 377 | 75 | 47 | 0 | 0 | 332 | 144 | 105 |
| Binary | 1100011 | 10011100 | 11111111 | 111101 | 100111 | 0 | 0 | 11011010 | 1100100 | 1000101 |
Color Harmonies of #639CFF
Complementary color
Monochromatic Colors of #639CFF
Black with #639CFF
Text Example
Text Example
White with #639CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CFF; }
p { color: rgb(99,156,255); }
H1.HeaderClassName
{
color: #639CFF;
}
.AnyTagClassName
{
color: #639CFF;
}
</style>
background-color css
<style>
a { background-color: #639CFF; }
a { background-color: rgb(99,156,255); }
div.DivClassName
{
background-color: #639CFF;
}
.BgClassName
{
background-color: #639CFF;
}
</style>
border-color css
<style>
span { border-color: #639CFF; }
span { border-color: rgb(99,156,255); }
td.TdClassName
{
border-color: #639CFF;
}
.TagClassName
{
border-color: #639CFF;
}
</style>