Shades of Seagull #6AB8CD
Tints of Seagull #6AB8CD
RGB
CMYK
RGB Variations
Color information
#6AB8CD (or 0x6AB8CD) is known color: Seagull. HEX triplet: 6A, B8 and CD. RGB value is (106,184,205). Sum of RGB (Red+Green+Blue) = 106+184+205=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8CD is #954732. Grayscale: #A2A2A2. Windows color (decimal): -9783091 or 13482090. OLE color: 13482090.
HSL color Cylindrical-coordinate representation of color #6AB8CD: hue angle of 192.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AB8CD is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 184 | 205 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.20 |
| HSL | 192.73º | 0.5% | 0.61% | - |
| HSV(B) | 192.73º | 0.48% | 0.8% | - |
| XYZ | 34.1 | 41.75 | 64.02 | - |
| YUV | 163.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 205 | 0.48 | 0.10 | 0 | 0.20 | 192.73 | 0.5 | 0.61 |
| Hex | 6A | B8 | CD | 30 | A | 0 | 14 | C1 | 32 | 3D |
| Octal | 152 | 270 | 315 | 60 | 12 | 0 | 24 | 301 | 62 | 75 |
| Binary | 1101010 | 10111000 | 11001101 | 110000 | 1010 | 0 | 10100 | 11000001 | 110010 | 111101 |
Color Harmonies of #6AB8CD
Complementary color
Monochromatic Colors of #6AB8CD
Black with #6AB8CD
Text Example
Text Example
White with #6AB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8CD; }
p { color: rgb(106,184,205); }
H1.HeaderClassName
{
color: #6AB8CD;
}
.AnyTagClassName
{
color: #6AB8CD;
}
</style>
background-color css
<style>
a { background-color: #6AB8CD; }
a { background-color: rgb(106,184,205); }
div.DivClassName
{
background-color: #6AB8CD;
}
.BgClassName
{
background-color: #6AB8CD;
}
</style>
border-color css
<style>
span { border-color: #6AB8CD; }
span { border-color: rgb(106,184,205); }
td.TdClassName
{
border-color: #6AB8CD;
}
.TagClassName
{
border-color: #6AB8CD;
}
</style>