Shades of Cornflower Blue #609CFB
Tints of Cornflower Blue #609CFB
RGB
CMYK
RGB Variations
Color information
#609CFB (or 0x609CFB) is known color: Cornflower Blue. HEX triplet: 60, 9C and FB. RGB value is (96,156,251). Sum of RGB (Red+Green+Blue) = 96+156+251=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #609CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609CFB is #9F6304. Grayscale: #949494. Windows color (decimal): -10445573 or 16489568. OLE color: 16489568.
HSL color Cylindrical-coordinate representation of color #609CFB: hue angle of 216.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #609CFB is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 156 | 251 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 216.77º | 0.95% | 0.68% | - |
| HSV(B) | 216.77º | 0.62% | 0.98% | - |
| XYZ | 34.12 | 33.23 | 95.88 | - |
| YUV | 148.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 251 | 0.62 | 0.38 | 0 | 0.02 | 216.77 | 0.95 | 0.68 |
| Hex | 60 | 9C | FB | 3E | 26 | 0 | 2 | D9 | 5F | 44 |
| Octal | 140 | 234 | 373 | 76 | 46 | 0 | 2 | 331 | 137 | 104 |
| Binary | 1100000 | 10011100 | 11111011 | 111110 | 100110 | 0 | 10 | 11011001 | 1011111 | 1000100 |
Color Harmonies of #609CFB
Complementary color
Monochromatic Colors of #609CFB
Black with #609CFB
Text Example
Text Example
White with #609CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CFB; }
p { color: rgb(96,156,251); }
H1.HeaderClassName
{
color: #609CFB;
}
.AnyTagClassName
{
color: #609CFB;
}
</style>
background-color css
<style>
a { background-color: #609CFB; }
a { background-color: rgb(96,156,251); }
div.DivClassName
{
background-color: #609CFB;
}
.BgClassName
{
background-color: #609CFB;
}
</style>
border-color css
<style>
span { border-color: #609CFB; }
span { border-color: rgb(96,156,251); }
td.TdClassName
{
border-color: #609CFB;
}
.TagClassName
{
border-color: #609CFB;
}
</style>