Shades of Seagull #6BADCE
Tints of Seagull #6BADCE
RGB
CMYK
RGB Variations
Color information
#6BADCE (or 0x6BADCE) is known color: Seagull. HEX triplet: 6B, AD and CE. RGB value is (107,173,206). Sum of RGB (Red+Green+Blue) = 107+173+206=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADCE is #945231. Grayscale: #9C9C9C. Windows color (decimal): -9720370 or 13544811. OLE color: 13544811.
HSL color Cylindrical-coordinate representation of color #6BADCE: hue angle of 200º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BADCE is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 173 | 206 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.19 |
| HSL | 200º | 0.5% | 0.61% | - |
| HSV(B) | 200º | 0.48% | 0.81% | - |
| XYZ | 32.15 | 37.47 | 63.93 | - |
| YUV | 157.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 206 | 0.48 | 0.16 | 0 | 0.19 | 200 | 0.5 | 0.61 |
| Hex | 6B | AD | CE | 30 | 10 | 0 | 13 | C8 | 32 | 3D |
| Octal | 153 | 255 | 316 | 60 | 20 | 0 | 23 | 310 | 62 | 75 |
| Binary | 1101011 | 10101101 | 11001110 | 110000 | 10000 | 0 | 10011 | 11001000 | 110010 | 111101 |
Color Harmonies of #6BADCE
Complementary color
Monochromatic Colors of #6BADCE
Black with #6BADCE
Text Example
Text Example
White with #6BADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADCE; }
p { color: rgb(107,173,206); }
H1.HeaderClassName
{
color: #6BADCE;
}
.AnyTagClassName
{
color: #6BADCE;
}
</style>
background-color css
<style>
a { background-color: #6BADCE; }
a { background-color: rgb(107,173,206); }
div.DivClassName
{
background-color: #6BADCE;
}
.BgClassName
{
background-color: #6BADCE;
}
</style>
border-color css
<style>
span { border-color: #6BADCE; }
span { border-color: rgb(107,173,206); }
td.TdClassName
{
border-color: #6BADCE;
}
.TagClassName
{
border-color: #6BADCE;
}
</style>