Shades of Seagull #6CADD2
Tints of Seagull #6CADD2
RGB
CMYK
RGB Variations
Color information
#6CADD2 (or 0x6CADD2) is known color: Seagull. HEX triplet: 6C, AD and D2. RGB value is (108,173,210). Sum of RGB (Red+Green+Blue) = 108+173+210=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADD2 is #93522D. Grayscale: #9D9D9D. Windows color (decimal): -9654830 or 13806956. OLE color: 13806956.
HSL color Cylindrical-coordinate representation of color #6CADD2: hue angle of 201.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CADD2 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 173 | 210 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.18 |
| HSL | 201.76º | 0.53% | 0.62% | - |
| HSV(B) | 201.76º | 0.49% | 0.82% | - |
| XYZ | 32.76 | 37.73 | 66.53 | - |
| YUV | 157.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 210 | 0.49 | 0.18 | 0 | 0.18 | 201.76 | 0.53 | 0.62 |
| Hex | 6C | AD | D2 | 31 | 12 | 0 | 12 | CA | 35 | 3E |
| Octal | 154 | 255 | 322 | 61 | 22 | 0 | 22 | 312 | 65 | 76 |
| Binary | 1101100 | 10101101 | 11010010 | 110001 | 10010 | 0 | 10010 | 11001010 | 110101 | 111110 |
Color Harmonies of #6CADD2
Complementary color
Monochromatic Colors of #6CADD2
Black with #6CADD2
Text Example
Text Example
White with #6CADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADD2; }
p { color: rgb(108,173,210); }
H1.HeaderClassName
{
color: #6CADD2;
}
.AnyTagClassName
{
color: #6CADD2;
}
</style>
background-color css
<style>
a { background-color: #6CADD2; }
a { background-color: rgb(108,173,210); }
div.DivClassName
{
background-color: #6CADD2;
}
.BgClassName
{
background-color: #6CADD2;
}
</style>
border-color css
<style>
span { border-color: #6CADD2; }
span { border-color: rgb(108,173,210); }
td.TdClassName
{
border-color: #6CADD2;
}
.TagClassName
{
border-color: #6CADD2;
}
</style>