Shades of Seagull #6DB2CA
Tints of Seagull #6DB2CA
RGB
CMYK
RGB Variations
Color information
#6DB2CA (or 0x6DB2CA) is known color: Seagull. HEX triplet: 6D, B2 and CA. RGB value is (109,178,202). Sum of RGB (Red+Green+Blue) = 109+178+202=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2CA is #924D35. Grayscale: #9F9F9F. Windows color (decimal): -9588022 or 13283949. OLE color: 13283949.
HSL color Cylindrical-coordinate representation of color #6DB2CA: hue angle of 195.48º 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 #6DB2CA is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 178 | 202 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.21 |
| HSL | 195.48º | 0.47% | 0.61% | - |
| HSV(B) | 195.48º | 0.46% | 0.79% | - |
| XYZ | 32.89 | 39.36 | 61.74 | - |
| YUV | 160.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 202 | 0.46 | 0.12 | 0 | 0.21 | 195.48 | 0.47 | 0.61 |
| Hex | 6D | B2 | CA | 2E | C | 0 | 15 | C3 | 2F | 3D |
| Octal | 155 | 262 | 312 | 56 | 14 | 0 | 25 | 303 | 57 | 75 |
| Binary | 1101101 | 10110010 | 11001010 | 101110 | 1100 | 0 | 10101 | 11000011 | 101111 | 111101 |
Color Harmonies of #6DB2CA
Complementary color
Monochromatic Colors of #6DB2CA
Black with #6DB2CA
Text Example
Text Example
White with #6DB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB2CA; }
p { color: rgb(109,178,202); }
H1.HeaderClassName
{
color: #6DB2CA;
}
.AnyTagClassName
{
color: #6DB2CA;
}
</style>
background-color css
<style>
a { background-color: #6DB2CA; }
a { background-color: rgb(109,178,202); }
div.DivClassName
{
background-color: #6DB2CA;
}
.BgClassName
{
background-color: #6DB2CA;
}
</style>
border-color css
<style>
span { border-color: #6DB2CA; }
span { border-color: rgb(109,178,202); }
td.TdClassName
{
border-color: #6DB2CA;
}
.TagClassName
{
border-color: #6DB2CA;
}
</style>