Shades of Seagull #6CAACD
Tints of Seagull #6CAACD
RGB
CMYK
RGB Variations
Color information
#6CAACD (or 0x6CAACD) is known color: Seagull. HEX triplet: 6C, AA and CD. RGB value is (108,170,205). Sum of RGB (Red+Green+Blue) = 108+170+205=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAACD is #935532. Grayscale: #9B9B9B. Windows color (decimal): -9655603 or 13478508. OLE color: 13478508.
HSL color Cylindrical-coordinate representation of color #6CAACD: hue angle of 201.65º 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 #6CAACD is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 170 | 205 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.20 |
| HSL | 201.65º | 0.49% | 0.61% | - |
| HSV(B) | 201.65º | 0.47% | 0.8% | - |
| XYZ | 31.58 | 36.35 | 63.11 | - |
| YUV | 155.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 205 | 0.47 | 0.17 | 0 | 0.20 | 201.65 | 0.49 | 0.61 |
| Hex | 6C | AA | CD | 2F | 11 | 0 | 14 | CA | 31 | 3D |
| Octal | 154 | 252 | 315 | 57 | 21 | 0 | 24 | 312 | 61 | 75 |
| Binary | 1101100 | 10101010 | 11001101 | 101111 | 10001 | 0 | 10100 | 11001010 | 110001 | 111101 |
Color Harmonies of #6CAACD
Complementary color
Monochromatic Colors of #6CAACD
Black with #6CAACD
Text Example
Text Example
White with #6CAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAACD; }
p { color: rgb(108,170,205); }
H1.HeaderClassName
{
color: #6CAACD;
}
.AnyTagClassName
{
color: #6CAACD;
}
</style>
background-color css
<style>
a { background-color: #6CAACD; }
a { background-color: rgb(108,170,205); }
div.DivClassName
{
background-color: #6CAACD;
}
.BgClassName
{
background-color: #6CAACD;
}
</style>
border-color css
<style>
span { border-color: #6CAACD; }
span { border-color: rgb(108,170,205); }
td.TdClassName
{
border-color: #6CAACD;
}
.TagClassName
{
border-color: #6CAACD;
}
</style>