Shades of Seagull #6BB8CE
Tints of Seagull #6BB8CE
RGB
CMYK
RGB Variations
Color information
#6BB8CE (or 0x6BB8CE) is known color: Seagull. HEX triplet: 6B, B8 and CE. RGB value is (107,184,206). Sum of RGB (Red+Green+Blue) = 107+184+206=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB8CE is #944731. Grayscale: #A3A3A3. Windows color (decimal): -9717554 or 13547627. OLE color: 13547627.
HSL color Cylindrical-coordinate representation of color #6BB8CE: hue angle of 193.33º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BB8CE is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 184 | 206 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.19 |
| HSL | 193.33º | 0.5% | 0.61% | - |
| HSV(B) | 193.33º | 0.48% | 0.81% | - |
| XYZ | 34.34 | 41.86 | 64.66 | - |
| YUV | 163.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 206 | 0.48 | 0.11 | 0 | 0.19 | 193.33 | 0.5 | 0.61 |
| Hex | 6B | B8 | CE | 30 | B | 0 | 13 | C1 | 32 | 3D |
| Octal | 153 | 270 | 316 | 60 | 13 | 0 | 23 | 301 | 62 | 75 |
| Binary | 1101011 | 10111000 | 11001110 | 110000 | 1011 | 0 | 10011 | 11000001 | 110010 | 111101 |
Color Harmonies of #6BB8CE
Complementary color
Monochromatic Colors of #6BB8CE
Black with #6BB8CE
Text Example
Text Example
White with #6BB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB8CE; }
p { color: rgb(107,184,206); }
H1.HeaderClassName
{
color: #6BB8CE;
}
.AnyTagClassName
{
color: #6BB8CE;
}
</style>
background-color css
<style>
a { background-color: #6BB8CE; }
a { background-color: rgb(107,184,206); }
div.DivClassName
{
background-color: #6BB8CE;
}
.BgClassName
{
background-color: #6BB8CE;
}
</style>
border-color css
<style>
span { border-color: #6BB8CE; }
span { border-color: rgb(107,184,206); }
td.TdClassName
{
border-color: #6BB8CE;
}
.TagClassName
{
border-color: #6BB8CE;
}
</style>