Shades of Cornflower Blue #608AFF
Tints of Cornflower Blue #608AFF
RGB
CMYK
RGB Variations
Color information
#608AFF (or 0x608AFF) is known color: Cornflower Blue. HEX triplet: 60, 8A and FF. RGB value is (96,138,255). Sum of RGB (Red+Green+Blue) = 96+138+255=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #608AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608AFF is #9F7500. Grayscale: #8A8A8A. Windows color (decimal): -10450177 or 16747104. OLE color: 16747104.
HSL color Cylindrical-coordinate representation of color #608AFF: hue angle of 224.15º 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 #608AFF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 138 | 255 | - |
| CMYK | 0.62 | 0.46 | 0 | 0 |
| HSL | 224.15º | 1% | 0.69% | - |
| HSV(B) | 224.15º | 0.62% | 1% | - |
| XYZ | 31.96 | 27.88 | 98.31 | - |
| YUV | 138.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 255 | 0.62 | 0.46 | 0 | 0 | 224.15 | 1 | 0.69 |
| Hex | 60 | 8A | FF | 3E | 2E | 0 | 0 | E0 | 64 | 45 |
| Octal | 140 | 212 | 377 | 76 | 56 | 0 | 0 | 340 | 144 | 105 |
| Binary | 1100000 | 10001010 | 11111111 | 111110 | 101110 | 0 | 0 | 11100000 | 1100100 | 1000101 |
Color Harmonies of #608AFF
Complementary color
Monochromatic Colors of #608AFF
Black with #608AFF
Text Example
Text Example
White with #608AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608AFF; }
p { color: rgb(96,138,255); }
H1.HeaderClassName
{
color: #608AFF;
}
.AnyTagClassName
{
color: #608AFF;
}
</style>
background-color css
<style>
a { background-color: #608AFF; }
a { background-color: rgb(96,138,255); }
div.DivClassName
{
background-color: #608AFF;
}
.BgClassName
{
background-color: #608AFF;
}
</style>
border-color css
<style>
span { border-color: #608AFF; }
span { border-color: rgb(96,138,255); }
td.TdClassName
{
border-color: #608AFF;
}
.TagClassName
{
border-color: #608AFF;
}
</style>