Shades of Seagull #6CB5CA
Tints of Seagull #6CB5CA
RGB
CMYK
RGB Variations
Color information
#6CB5CA (or 0x6CB5CA) is known color: Seagull. HEX triplet: 6C, B5 and CA. RGB value is (108,181,202). Sum of RGB (Red+Green+Blue) = 108+181+202=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CB5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5CA is #934A35. Grayscale: #A1A1A1. Windows color (decimal): -9652790 or 13284716. OLE color: 13284716.
HSL color Cylindrical-coordinate representation of color #6CB5CA: hue angle of 193.4º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CB5CA is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 181 | 202 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.21 |
| HSL | 193.4º | 0.47% | 0.61% | - |
| HSV(B) | 193.4º | 0.47% | 0.79% | - |
| XYZ | 33.37 | 40.5 | 61.94 | - |
| YUV | 161.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 202 | 0.47 | 0.10 | 0 | 0.21 | 193.4 | 0.47 | 0.61 |
| Hex | 6C | B5 | CA | 2F | A | 0 | 15 | C1 | 2F | 3D |
| Octal | 154 | 265 | 312 | 57 | 12 | 0 | 25 | 301 | 57 | 75 |
| Binary | 1101100 | 10110101 | 11001010 | 101111 | 1010 | 0 | 10101 | 11000001 | 101111 | 111101 |
Color Harmonies of #6CB5CA
Complementary color
Monochromatic Colors of #6CB5CA
Black with #6CB5CA
Text Example
Text Example
White with #6CB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB5CA; }
p { color: rgb(108,181,202); }
H1.HeaderClassName
{
color: #6CB5CA;
}
.AnyTagClassName
{
color: #6CB5CA;
}
</style>
background-color css
<style>
a { background-color: #6CB5CA; }
a { background-color: rgb(108,181,202); }
div.DivClassName
{
background-color: #6CB5CA;
}
.BgClassName
{
background-color: #6CB5CA;
}
</style>
border-color css
<style>
span { border-color: #6CB5CA; }
span { border-color: rgb(108,181,202); }
td.TdClassName
{
border-color: #6CB5CA;
}
.TagClassName
{
border-color: #6CB5CA;
}
</style>