Shades of Seagull #6AB8CF
Tints of Seagull #6AB8CF
RGB
CMYK
RGB Variations
Color information
#6AB8CF (or 0x6AB8CF) is known color: Seagull. HEX triplet: 6A, B8 and CF. RGB value is (106,184,207). Sum of RGB (Red+Green+Blue) = 106+184+207=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AB8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8CF is #954730. Grayscale: #A3A3A3. Windows color (decimal): -9783089 or 13613162. OLE color: 13613162.
HSL color Cylindrical-coordinate representation of color #6AB8CF: hue angle of 193.66º 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 #6AB8CF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 184 | 207 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.19 |
| HSL | 193.66º | 0.51% | 0.61% | - |
| HSV(B) | 193.66º | 0.49% | 0.81% | - |
| XYZ | 34.35 | 41.85 | 65.3 | - |
| YUV | 163.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 207 | 0.49 | 0.11 | 0 | 0.19 | 193.66 | 0.51 | 0.61 |
| Hex | 6A | B8 | CF | 31 | B | 0 | 13 | C2 | 33 | 3D |
| Octal | 152 | 270 | 317 | 61 | 13 | 0 | 23 | 302 | 63 | 75 |
| Binary | 1101010 | 10111000 | 11001111 | 110001 | 1011 | 0 | 10011 | 11000010 | 110011 | 111101 |
Color Harmonies of #6AB8CF
Complementary color
Monochromatic Colors of #6AB8CF
Black with #6AB8CF
Text Example
Text Example
White with #6AB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8CF; }
p { color: rgb(106,184,207); }
H1.HeaderClassName
{
color: #6AB8CF;
}
.AnyTagClassName
{
color: #6AB8CF;
}
</style>
background-color css
<style>
a { background-color: #6AB8CF; }
a { background-color: rgb(106,184,207); }
div.DivClassName
{
background-color: #6AB8CF;
}
.BgClassName
{
background-color: #6AB8CF;
}
</style>
border-color css
<style>
span { border-color: #6AB8CF; }
span { border-color: rgb(106,184,207); }
td.TdClassName
{
border-color: #6AB8CF;
}
.TagClassName
{
border-color: #6AB8CF;
}
</style>