Shades of Seagull #6CAACC
Tints of Seagull #6CAACC
RGB
CMYK
RGB Variations
Color information
#6CAACC (or 0x6CAACC) is known color: Seagull. HEX triplet: 6C, AA and CC. RGB value is (108,170,204). Sum of RGB (Red+Green+Blue) = 108+170+204=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAACC is #935533. Grayscale: #9B9B9B. Windows color (decimal): -9655604 or 13412972. OLE color: 13412972.
HSL color Cylindrical-coordinate representation of color #6CAACC: hue angle of 201.25º 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 #6CAACC is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 170 | 204 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.2 |
| HSL | 201.25º | 0.48% | 0.61% | - |
| HSV(B) | 201.25º | 0.47% | 0.8% | - |
| XYZ | 31.46 | 36.3 | 62.47 | - |
| YUV | 155.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 204 | 0.47 | 0.17 | 0 | 0.2 | 201.25 | 0.48 | 0.61 |
| Hex | 6C | AA | CC | 2F | 11 | 0 | 14 | C9 | 30 | 3D |
| Octal | 154 | 252 | 314 | 57 | 21 | 0 | 24 | 311 | 60 | 75 |
| Binary | 1101100 | 10101010 | 11001100 | 101111 | 10001 | 0 | 10100 | 11001001 | 110000 | 111101 |
Color Harmonies of #6CAACC
Complementary color
Monochromatic Colors of #6CAACC
Black with #6CAACC
Text Example
Text Example
White with #6CAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAACC; }
p { color: rgb(108,170,204); }
H1.HeaderClassName
{
color: #6CAACC;
}
.AnyTagClassName
{
color: #6CAACC;
}
</style>
background-color css
<style>
a { background-color: #6CAACC; }
a { background-color: rgb(108,170,204); }
div.DivClassName
{
background-color: #6CAACC;
}
.BgClassName
{
background-color: #6CAACC;
}
</style>
border-color css
<style>
span { border-color: #6CAACC; }
span { border-color: rgb(108,170,204); }
td.TdClassName
{
border-color: #6CAACC;
}
.TagClassName
{
border-color: #6CAACC;
}
</style>