Shades of Seagull #6CAACB
Tints of Seagull #6CAACB
RGB
CMYK
RGB Variations
Color information
#6CAACB (or 0x6CAACB) is known color: Seagull. HEX triplet: 6C, AA and CB. RGB value is (108,170,203). Sum of RGB (Red+Green+Blue) = 108+170+203=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAACB is #935534. Grayscale: #9B9B9B. Windows color (decimal): -9655605 or 13347436. OLE color: 13347436.
HSL color Cylindrical-coordinate representation of color #6CAACB: hue angle of 200.84º 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 #6CAACB is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 170 | 203 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.20 |
| HSL | 200.84º | 0.48% | 0.61% | - |
| HSV(B) | 200.84º | 0.47% | 0.8% | - |
| XYZ | 31.34 | 36.25 | 61.85 | - |
| YUV | 155.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 203 | 0.47 | 0.16 | 0 | 0.20 | 200.84 | 0.48 | 0.61 |
| Hex | 6C | AA | CB | 2F | 10 | 0 | 14 | C9 | 30 | 3D |
| Octal | 154 | 252 | 313 | 57 | 20 | 0 | 24 | 311 | 60 | 75 |
| Binary | 1101100 | 10101010 | 11001011 | 101111 | 10000 | 0 | 10100 | 11001001 | 110000 | 111101 |
Color Harmonies of #6CAACB
Complementary color
Monochromatic Colors of #6CAACB
Black with #6CAACB
Text Example
Text Example
White with #6CAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAACB; }
p { color: rgb(108,170,203); }
H1.HeaderClassName
{
color: #6CAACB;
}
.AnyTagClassName
{
color: #6CAACB;
}
</style>
background-color css
<style>
a { background-color: #6CAACB; }
a { background-color: rgb(108,170,203); }
div.DivClassName
{
background-color: #6CAACB;
}
.BgClassName
{
background-color: #6CAACB;
}
</style>
border-color css
<style>
span { border-color: #6CAACB; }
span { border-color: rgb(108,170,203); }
td.TdClassName
{
border-color: #6CAACB;
}
.TagClassName
{
border-color: #6CAACB;
}
</style>