Shades of Seagull #6BACCD
Tints of Seagull #6BACCD
RGB
CMYK
RGB Variations
Color information
#6BACCD (or 0x6BACCD) is known color: Seagull. HEX triplet: 6B, AC and CD. RGB value is (107,172,205). Sum of RGB (Red+Green+Blue) = 107+172+205=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACCD is #945332. Grayscale: #9C9C9C. Windows color (decimal): -9720627 or 13479019. OLE color: 13479019.
HSL color Cylindrical-coordinate representation of color #6BACCD: hue angle of 200.2º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BACCD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 172 | 205 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.20 |
| HSL | 200.2º | 0.49% | 0.61% | - |
| HSV(B) | 200.2º | 0.48% | 0.8% | - |
| XYZ | 31.84 | 37.04 | 63.23 | - |
| YUV | 156.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 205 | 0.48 | 0.16 | 0 | 0.20 | 200.2 | 0.49 | 0.61 |
| Hex | 6B | AC | CD | 30 | 10 | 0 | 14 | C8 | 31 | 3D |
| Octal | 153 | 254 | 315 | 60 | 20 | 0 | 24 | 310 | 61 | 75 |
| Binary | 1101011 | 10101100 | 11001101 | 110000 | 10000 | 0 | 10100 | 11001000 | 110001 | 111101 |
Color Harmonies of #6BACCD
Complementary color
Monochromatic Colors of #6BACCD
Black with #6BACCD
Text Example
Text Example
White with #6BACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACCD; }
p { color: rgb(107,172,205); }
H1.HeaderClassName
{
color: #6BACCD;
}
.AnyTagClassName
{
color: #6BACCD;
}
</style>
background-color css
<style>
a { background-color: #6BACCD; }
a { background-color: rgb(107,172,205); }
div.DivClassName
{
background-color: #6BACCD;
}
.BgClassName
{
background-color: #6BACCD;
}
</style>
border-color css
<style>
span { border-color: #6BACCD; }
span { border-color: rgb(107,172,205); }
td.TdClassName
{
border-color: #6BACCD;
}
.TagClassName
{
border-color: #6BACCD;
}
</style>