Shades of Seagull #6CADCD
Tints of Seagull #6CADCD
RGB
CMYK
RGB Variations
Color information
#6CADCD (or 0x6CADCD) is known color: Seagull. HEX triplet: 6C, AD and CD. RGB value is (108,173,205). Sum of RGB (Red+Green+Blue) = 108+173+205=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADCD is #935232. Grayscale: #9D9D9D. Windows color (decimal): -9654835 or 13479276. OLE color: 13479276.
HSL color Cylindrical-coordinate representation of color #6CADCD: hue angle of 199.79º degrees, saturation: 0.49, 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 #6CADCD is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 173 | 205 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.20 |
| HSL | 199.79º | 0.49% | 0.61% | - |
| HSV(B) | 199.79º | 0.47% | 0.8% | - |
| XYZ | 32.15 | 37.48 | 63.3 | - |
| YUV | 157.21 | 154.97 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 205 | 0.47 | 0.16 | 0 | 0.20 | 199.79 | 0.49 | 0.61 |
| Hex | 6C | AD | CD | 2F | 10 | 0 | 14 | C8 | 31 | 3D |
| Octal | 154 | 255 | 315 | 57 | 20 | 0 | 24 | 310 | 61 | 75 |
| Binary | 1101100 | 10101101 | 11001101 | 101111 | 10000 | 0 | 10100 | 11001000 | 110001 | 111101 |
Color Harmonies of #6CADCD
Complementary color
Monochromatic Colors of #6CADCD
Black with #6CADCD
Text Example
Text Example
White with #6CADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADCD; }
p { color: rgb(108,173,205); }
H1.HeaderClassName
{
color: #6CADCD;
}
.AnyTagClassName
{
color: #6CADCD;
}
</style>
background-color css
<style>
a { background-color: #6CADCD; }
a { background-color: rgb(108,173,205); }
div.DivClassName
{
background-color: #6CADCD;
}
.BgClassName
{
background-color: #6CADCD;
}
</style>
border-color css
<style>
span { border-color: #6CADCD; }
span { border-color: rgb(108,173,205); }
td.TdClassName
{
border-color: #6CADCD;
}
.TagClassName
{
border-color: #6CADCD;
}
</style>