Shades of Seagull #6CAECC
Tints of Seagull #6CAECC
RGB
CMYK
RGB Variations
Color information
#6CAECC (or 0x6CAECC) is known color: Seagull. HEX triplet: 6C, AE and CC. RGB value is (108,174,204). Sum of RGB (Red+Green+Blue) = 108+174+204=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAECC is #935133. Grayscale: #9D9D9D. Windows color (decimal): -9654580 or 13413996. OLE color: 13413996.
HSL color Cylindrical-coordinate representation of color #6CAECC: hue angle of 198.75º degrees, saturation: 0.48, 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 #6CAECC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 174 | 204 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.2 |
| HSL | 198.75º | 0.48% | 0.61% | - |
| HSV(B) | 198.75º | 0.47% | 0.8% | - |
| XYZ | 32.22 | 37.82 | 62.73 | - |
| YUV | 157.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 204 | 0.47 | 0.15 | 0 | 0.2 | 198.75 | 0.48 | 0.61 |
| Hex | 6C | AE | CC | 2F | F | 0 | 14 | C7 | 30 | 3D |
| Octal | 154 | 256 | 314 | 57 | 17 | 0 | 24 | 307 | 60 | 75 |
| Binary | 1101100 | 10101110 | 11001100 | 101111 | 1111 | 0 | 10100 | 11000111 | 110000 | 111101 |
Color Harmonies of #6CAECC
Complementary color
Monochromatic Colors of #6CAECC
Black with #6CAECC
Text Example
Text Example
White with #6CAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAECC; }
p { color: rgb(108,174,204); }
H1.HeaderClassName
{
color: #6CAECC;
}
.AnyTagClassName
{
color: #6CAECC;
}
</style>
background-color css
<style>
a { background-color: #6CAECC; }
a { background-color: rgb(108,174,204); }
div.DivClassName
{
background-color: #6CAECC;
}
.BgClassName
{
background-color: #6CAECC;
}
</style>
border-color css
<style>
span { border-color: #6CAECC; }
span { border-color: rgb(108,174,204); }
td.TdClassName
{
border-color: #6CAECC;
}
.TagClassName
{
border-color: #6CAECC;
}
</style>