Shades of Seagull #6DB0CC
Tints of Seagull #6DB0CC
RGB
CMYK
RGB Variations
Color information
#6DB0CC (or 0x6DB0CC) is known color: Seagull. HEX triplet: 6D, B0 and CC. RGB value is (109,176,204). Sum of RGB (Red+Green+Blue) = 109+176+204=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DB0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CC is #924F33. Grayscale: #9E9E9E. Windows color (decimal): -9588532 or 13414509. OLE color: 13414509.
HSL color Cylindrical-coordinate representation of color #6DB0CC: hue angle of 197.68º degrees, saturation: 0.48, 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 #6DB0CC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 176 | 204 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.2 |
| HSL | 197.68º | 0.48% | 0.61% | - |
| HSV(B) | 197.68º | 0.47% | 0.8% | - |
| XYZ | 32.73 | 38.66 | 62.86 | - |
| YUV | 159.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 204 | 0.47 | 0.14 | 0 | 0.2 | 197.68 | 0.48 | 0.61 |
| Hex | 6D | B0 | CC | 2F | E | 0 | 14 | C6 | 30 | 3D |
| Octal | 155 | 260 | 314 | 57 | 16 | 0 | 24 | 306 | 60 | 75 |
| Binary | 1101101 | 10110000 | 11001100 | 101111 | 1110 | 0 | 10100 | 11000110 | 110000 | 111101 |
Color Harmonies of #6DB0CC
Complementary color
Monochromatic Colors of #6DB0CC
Black with #6DB0CC
Text Example
Text Example
White with #6DB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB0CC; }
p { color: rgb(109,176,204); }
H1.HeaderClassName
{
color: #6DB0CC;
}
.AnyTagClassName
{
color: #6DB0CC;
}
</style>
background-color css
<style>
a { background-color: #6DB0CC; }
a { background-color: rgb(109,176,204); }
div.DivClassName
{
background-color: #6DB0CC;
}
.BgClassName
{
background-color: #6DB0CC;
}
</style>
border-color css
<style>
span { border-color: #6DB0CC; }
span { border-color: rgb(109,176,204); }
td.TdClassName
{
border-color: #6DB0CC;
}
.TagClassName
{
border-color: #6DB0CC;
}
</style>