Shades of Seagull #6CB8CD
Tints of Seagull #6CB8CD
RGB
CMYK
RGB Variations
Color information
#6CB8CD (or 0x6CB8CD) is known color: Seagull. HEX triplet: 6C, B8 and CD. RGB value is (108,184,205). Sum of RGB (Red+Green+Blue) = 108+184+205=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB8CD is #934732. Grayscale: #A3A3A3. Windows color (decimal): -9652019 or 13482092. OLE color: 13482092.
HSL color Cylindrical-coordinate representation of color #6CB8CD: hue angle of 192.99º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CB8CD is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 184 | 205 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.20 |
| HSL | 192.99º | 0.49% | 0.61% | - |
| HSV(B) | 192.99º | 0.47% | 0.8% | - |
| XYZ | 34.34 | 41.88 | 64.03 | - |
| YUV | 163.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 205 | 0.47 | 0.10 | 0 | 0.20 | 192.99 | 0.49 | 0.61 |
| Hex | 6C | B8 | CD | 2F | A | 0 | 14 | C1 | 31 | 3D |
| Octal | 154 | 270 | 315 | 57 | 12 | 0 | 24 | 301 | 61 | 75 |
| Binary | 1101100 | 10111000 | 11001101 | 101111 | 1010 | 0 | 10100 | 11000001 | 110001 | 111101 |
Color Harmonies of #6CB8CD
Complementary color
Monochromatic Colors of #6CB8CD
Black with #6CB8CD
Text Example
Text Example
White with #6CB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB8CD; }
p { color: rgb(108,184,205); }
H1.HeaderClassName
{
color: #6CB8CD;
}
.AnyTagClassName
{
color: #6CB8CD;
}
</style>
background-color css
<style>
a { background-color: #6CB8CD; }
a { background-color: rgb(108,184,205); }
div.DivClassName
{
background-color: #6CB8CD;
}
.BgClassName
{
background-color: #6CB8CD;
}
</style>
border-color css
<style>
span { border-color: #6CB8CD; }
span { border-color: rgb(108,184,205); }
td.TdClassName
{
border-color: #6CB8CD;
}
.TagClassName
{
border-color: #6CB8CD;
}
</style>