Shades of Cornflower Blue #6177FF
Tints of Cornflower Blue #6177FF
RGB
CMYK
RGB Variations
Color information
#6177FF (or 0x6177FF) is known color: Cornflower Blue. HEX triplet: 61, 77 and FF. RGB value is (97,119,255). Sum of RGB (Red+Green+Blue) = 97+119+255=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6177FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6177FF is #9E8800. Grayscale: #7F7F7F. Windows color (decimal): -10389505 or 16742241. OLE color: 16742241.
HSL color Cylindrical-coordinate representation of color #6177FF: hue angle of 231.65º 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 #6177FF is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 119 | 255 | - |
| CMYK | 0.62 | 0.53 | 0 | 0 |
| HSL | 231.65º | 1% | 0.69% | - |
| HSV(B) | 231.65º | 0.62% | 1% | - |
| XYZ | 29.58 | 22.96 | 97.48 | - |
| YUV | 127.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 255 | 0.62 | 0.53 | 0 | 0 | 231.65 | 1 | 0.69 |
| Hex | 61 | 77 | FF | 3E | 35 | 0 | 0 | E8 | 64 | 45 |
| Octal | 141 | 167 | 377 | 76 | 65 | 0 | 0 | 350 | 144 | 105 |
| Binary | 1100001 | 1110111 | 11111111 | 111110 | 110101 | 0 | 0 | 11101000 | 1100100 | 1000101 |
Color Harmonies of #6177FF
Complementary color
Monochromatic Colors of #6177FF
Black with #6177FF
Text Example
Text Example
White with #6177FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6177FF; }
p { color: rgb(97,119,255); }
H1.HeaderClassName
{
color: #6177FF;
}
.AnyTagClassName
{
color: #6177FF;
}
</style>
background-color css
<style>
a { background-color: #6177FF; }
a { background-color: rgb(97,119,255); }
div.DivClassName
{
background-color: #6177FF;
}
.BgClassName
{
background-color: #6177FF;
}
</style>
border-color css
<style>
span { border-color: #6177FF; }
span { border-color: rgb(97,119,255); }
td.TdClassName
{
border-color: #6177FF;
}
.TagClassName
{
border-color: #6177FF;
}
</style>