Shades of Seagull #6CBECE
Tints of Seagull #6CBECE
RGB
CMYK
RGB Variations
Color information
#6CBECE (or 0x6CBECE) is known color: Seagull. HEX triplet: 6C, BE and CE. RGB value is (108,190,206). Sum of RGB (Red+Green+Blue) = 108+190+206=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBECE is #934131. Grayscale: #A7A7A7. Windows color (decimal): -9650482 or 13549164. OLE color: 13549164.
HSL color Cylindrical-coordinate representation of color #6CBECE: hue angle of 189.8º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CBECE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 190 | 206 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.19 |
| HSL | 189.8º | 0.5% | 0.62% | - |
| HSV(B) | 189.8º | 0.48% | 0.81% | - |
| XYZ | 35.74 | 44.47 | 65.09 | - |
| YUV | 167.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 206 | 0.48 | 0.08 | 0 | 0.19 | 189.8 | 0.5 | 0.62 |
| Hex | 6C | BE | CE | 30 | 8 | 0 | 13 | BE | 32 | 3E |
| Octal | 154 | 276 | 316 | 60 | 10 | 0 | 23 | 276 | 62 | 76 |
| Binary | 1101100 | 10111110 | 11001110 | 110000 | 1000 | 0 | 10011 | 10111110 | 110010 | 111110 |
Color Harmonies of #6CBECE
Complementary color
Monochromatic Colors of #6CBECE
Black with #6CBECE
Text Example
Text Example
White with #6CBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBECE; }
p { color: rgb(108,190,206); }
H1.HeaderClassName
{
color: #6CBECE;
}
.AnyTagClassName
{
color: #6CBECE;
}
</style>
background-color css
<style>
a { background-color: #6CBECE; }
a { background-color: rgb(108,190,206); }
div.DivClassName
{
background-color: #6CBECE;
}
.BgClassName
{
background-color: #6CBECE;
}
</style>
border-color css
<style>
span { border-color: #6CBECE; }
span { border-color: rgb(108,190,206); }
td.TdClassName
{
border-color: #6CBECE;
}
.TagClassName
{
border-color: #6CBECE;
}
</style>