Shades of Seagull #6BACCA
Tints of Seagull #6BACCA
RGB
CMYK
RGB Variations
Color information
#6BACCA (or 0x6BACCA) is known color: Seagull. HEX triplet: 6B, AC and CA. RGB value is (107,172,202). Sum of RGB (Red+Green+Blue) = 107+172+202=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACCA is #945335. Grayscale: #9B9B9B. Windows color (decimal): -9720630 or 13282411. OLE color: 13282411.
HSL color Cylindrical-coordinate representation of color #6BACCA: hue angle of 198.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BACCA is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 172 | 202 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.21 |
| HSL | 198.95º | 0.47% | 0.61% | - |
| HSV(B) | 198.95º | 0.47% | 0.79% | - |
| XYZ | 31.48 | 36.9 | 61.34 | - |
| YUV | 155.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 202 | 0.47 | 0.15 | 0 | 0.21 | 198.95 | 0.47 | 0.61 |
| Hex | 6B | AC | CA | 2F | F | 0 | 15 | C7 | 2F | 3D |
| Octal | 153 | 254 | 312 | 57 | 17 | 0 | 25 | 307 | 57 | 75 |
| Binary | 1101011 | 10101100 | 11001010 | 101111 | 1111 | 0 | 10101 | 11000111 | 101111 | 111101 |
Color Harmonies of #6BACCA
Complementary color
Monochromatic Colors of #6BACCA
Black with #6BACCA
Text Example
Text Example
White with #6BACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACCA; }
p { color: rgb(107,172,202); }
H1.HeaderClassName
{
color: #6BACCA;
}
.AnyTagClassName
{
color: #6BACCA;
}
</style>
background-color css
<style>
a { background-color: #6BACCA; }
a { background-color: rgb(107,172,202); }
div.DivClassName
{
background-color: #6BACCA;
}
.BgClassName
{
background-color: #6BACCA;
}
</style>
border-color css
<style>
span { border-color: #6BACCA; }
span { border-color: rgb(107,172,202); }
td.TdClassName
{
border-color: #6BACCA;
}
.TagClassName
{
border-color: #6BACCA;
}
</style>