Shades of Cornflower Blue #619CFF
Tints of Cornflower Blue #619CFF
RGB
CMYK
RGB Variations
Color information
#619CFF (or 0x619CFF) is known color: Cornflower Blue. HEX triplet: 61, 9C and FF. RGB value is (97,156,255). Sum of RGB (Red+Green+Blue) = 97+156+255=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #619CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619CFF is #9E6300. Grayscale: #959595. Windows color (decimal): -10380033 or 16751713. OLE color: 16751713.
HSL color Cylindrical-coordinate representation of color #619CFF: hue angle of 217.59º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #619CFF is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 156 | 255 | - |
| CMYK | 0.62 | 0.39 | 0 | 0 |
| HSL | 217.59º | 1% | 0.69% | - |
| HSV(B) | 217.59º | 0.62% | 1% | - |
| XYZ | 34.87 | 33.54 | 99.24 | - |
| YUV | 149.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 255 | 0.62 | 0.39 | 0 | 0 | 217.59 | 1 | 0.69 |
| Hex | 61 | 9C | FF | 3E | 27 | 0 | 0 | DA | 64 | 45 |
| Octal | 141 | 234 | 377 | 76 | 47 | 0 | 0 | 332 | 144 | 105 |
| Binary | 1100001 | 10011100 | 11111111 | 111110 | 100111 | 0 | 0 | 11011010 | 1100100 | 1000101 |
Color Harmonies of #619CFF
Complementary color
Monochromatic Colors of #619CFF
Black with #619CFF
Text Example
Text Example
White with #619CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CFF; }
p { color: rgb(97,156,255); }
H1.HeaderClassName
{
color: #619CFF;
}
.AnyTagClassName
{
color: #619CFF;
}
</style>
background-color css
<style>
a { background-color: #619CFF; }
a { background-color: rgb(97,156,255); }
div.DivClassName
{
background-color: #619CFF;
}
.BgClassName
{
background-color: #619CFF;
}
</style>
border-color css
<style>
span { border-color: #619CFF; }
span { border-color: rgb(97,156,255); }
td.TdClassName
{
border-color: #619CFF;
}
.TagClassName
{
border-color: #619CFF;
}
</style>