Shades of Seagull #6CAECF
Tints of Seagull #6CAECF
RGB
CMYK
RGB Variations
Color information
#6CAECF (or 0x6CAECF) is known color: Seagull. HEX triplet: 6C, AE and CF. RGB value is (108,174,207). Sum of RGB (Red+Green+Blue) = 108+174+207=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAECF is #935130. Grayscale: #9D9D9D. Windows color (decimal): -9654577 or 13610604. OLE color: 13610604.
HSL color Cylindrical-coordinate representation of color #6CAECF: hue angle of 200º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CAECF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 174 | 207 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.19 |
| HSL | 200º | 0.51% | 0.62% | - |
| HSV(B) | 200º | 0.48% | 0.81% | - |
| XYZ | 32.58 | 37.97 | 64.64 | - |
| YUV | 158.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 207 | 0.48 | 0.16 | 0 | 0.19 | 200 | 0.51 | 0.62 |
| Hex | 6C | AE | CF | 30 | 10 | 0 | 13 | C8 | 33 | 3E |
| Octal | 154 | 256 | 317 | 60 | 20 | 0 | 23 | 310 | 63 | 76 |
| Binary | 1101100 | 10101110 | 11001111 | 110000 | 10000 | 0 | 10011 | 11001000 | 110011 | 111110 |
Color Harmonies of #6CAECF
Complementary color
Monochromatic Colors of #6CAECF
Black with #6CAECF
Text Example
Text Example
White with #6CAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAECF; }
p { color: rgb(108,174,207); }
H1.HeaderClassName
{
color: #6CAECF;
}
.AnyTagClassName
{
color: #6CAECF;
}
</style>
background-color css
<style>
a { background-color: #6CAECF; }
a { background-color: rgb(108,174,207); }
div.DivClassName
{
background-color: #6CAECF;
}
.BgClassName
{
background-color: #6CAECF;
}
</style>
border-color css
<style>
span { border-color: #6CAECF; }
span { border-color: rgb(108,174,207); }
td.TdClassName
{
border-color: #6CAECF;
}
.TagClassName
{
border-color: #6CAECF;
}
</style>