Shades of Seagull #6DB0CA
Tints of Seagull #6DB0CA
RGB
CMYK
RGB Variations
Color information
#6DB0CA (or 0x6DB0CA) is known color: Seagull. HEX triplet: 6D, B0 and CA. RGB value is (109,176,202). Sum of RGB (Red+Green+Blue) = 109+176+202=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CA is #924F35. Grayscale: #9E9E9E. Windows color (decimal): -9588534 or 13283437. OLE color: 13283437.
HSL color Cylindrical-coordinate representation of color #6DB0CA: hue angle of 196.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB0CA is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 176 | 202 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.21 |
| HSL | 196.77º | 0.47% | 0.61% | - |
| HSV(B) | 196.77º | 0.46% | 0.79% | - |
| XYZ | 32.49 | 38.57 | 61.61 | - |
| YUV | 158.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 202 | 0.46 | 0.13 | 0 | 0.21 | 196.77 | 0.47 | 0.61 |
| Hex | 6D | B0 | CA | 2E | D | 0 | 15 | C5 | 2F | 3D |
| Octal | 155 | 260 | 312 | 56 | 15 | 0 | 25 | 305 | 57 | 75 |
| Binary | 1101101 | 10110000 | 11001010 | 101110 | 1101 | 0 | 10101 | 11000101 | 101111 | 111101 |
Color Harmonies of #6DB0CA
Complementary color
Monochromatic Colors of #6DB0CA
Black with #6DB0CA
Text Example
Text Example
White with #6DB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB0CA; }
p { color: rgb(109,176,202); }
H1.HeaderClassName
{
color: #6DB0CA;
}
.AnyTagClassName
{
color: #6DB0CA;
}
</style>
background-color css
<style>
a { background-color: #6DB0CA; }
a { background-color: rgb(109,176,202); }
div.DivClassName
{
background-color: #6DB0CA;
}
.BgClassName
{
background-color: #6DB0CA;
}
</style>
border-color css
<style>
span { border-color: #6DB0CA; }
span { border-color: rgb(109,176,202); }
td.TdClassName
{
border-color: #6DB0CA;
}
.TagClassName
{
border-color: #6DB0CA;
}
</style>