Shades of Seagull #6AB5CE
Tints of Seagull #6AB5CE
RGB
CMYK
RGB Variations
Color information
#6AB5CE (or 0x6AB5CE) is known color: Seagull. HEX triplet: 6A, B5 and CE. RGB value is (106,181,206). Sum of RGB (Red+Green+Blue) = 106+181+206=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5CE is #954A31. Grayscale: #A1A1A1. Windows color (decimal): -9783858 or 13546858. OLE color: 13546858.
HSL color Cylindrical-coordinate representation of color #6AB5CE: hue angle of 195º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AB5CE is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 181 | 206 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.19 |
| HSL | 195º | 0.51% | 0.61% | - |
| HSV(B) | 195º | 0.49% | 0.81% | - |
| XYZ | 33.61 | 40.57 | 64.45 | - |
| YUV | 161.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 206 | 0.49 | 0.12 | 0 | 0.19 | 195 | 0.51 | 0.61 |
| Hex | 6A | B5 | CE | 31 | C | 0 | 13 | C3 | 33 | 3D |
| Octal | 152 | 265 | 316 | 61 | 14 | 0 | 23 | 303 | 63 | 75 |
| Binary | 1101010 | 10110101 | 11001110 | 110001 | 1100 | 0 | 10011 | 11000011 | 110011 | 111101 |
Color Harmonies of #6AB5CE
Complementary color
Monochromatic Colors of #6AB5CE
Black with #6AB5CE
Text Example
Text Example
White with #6AB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5CE; }
p { color: rgb(106,181,206); }
H1.HeaderClassName
{
color: #6AB5CE;
}
.AnyTagClassName
{
color: #6AB5CE;
}
</style>
background-color css
<style>
a { background-color: #6AB5CE; }
a { background-color: rgb(106,181,206); }
div.DivClassName
{
background-color: #6AB5CE;
}
.BgClassName
{
background-color: #6AB5CE;
}
</style>
border-color css
<style>
span { border-color: #6AB5CE; }
span { border-color: rgb(106,181,206); }
td.TdClassName
{
border-color: #6AB5CE;
}
.TagClassName
{
border-color: #6AB5CE;
}
</style>