Shades of Seagull #6BC5D1
Tints of Seagull #6BC5D1
RGB
CMYK
RGB Variations
Color information
#6BC5D1 (or 0x6BC5D1) is known color: Seagull. HEX triplet: 6B, C5 and D1. RGB value is (107,197,209). Sum of RGB (Red+Green+Blue) = 107+197+209=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BC5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5D1 is #943A2E. Grayscale: #ABABAB. Windows color (decimal): -9714223 or 13747563. OLE color: 13747563.
HSL color Cylindrical-coordinate representation of color #6BC5D1: hue angle of 187.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BC5D1 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 197 | 209 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.18 |
| HSL | 187.06º | 0.53% | 0.62% | - |
| HSV(B) | 187.06º | 0.49% | 0.82% | - |
| XYZ | 37.54 | 47.66 | 67.54 | - |
| YUV | 171.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 209 | 0.49 | 0.06 | 0 | 0.18 | 187.06 | 0.53 | 0.62 |
| Hex | 6B | C5 | D1 | 31 | 6 | 0 | 12 | BB | 35 | 3E |
| Octal | 153 | 305 | 321 | 61 | 6 | 0 | 22 | 273 | 65 | 76 |
| Binary | 1101011 | 11000101 | 11010001 | 110001 | 110 | 0 | 10010 | 10111011 | 110101 | 111110 |
Color Harmonies of #6BC5D1
Complementary color
Monochromatic Colors of #6BC5D1
Black with #6BC5D1
Text Example
Text Example
White with #6BC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5D1; }
p { color: rgb(107,197,209); }
H1.HeaderClassName
{
color: #6BC5D1;
}
.AnyTagClassName
{
color: #6BC5D1;
}
</style>
background-color css
<style>
a { background-color: #6BC5D1; }
a { background-color: rgb(107,197,209); }
div.DivClassName
{
background-color: #6BC5D1;
}
.BgClassName
{
background-color: #6BC5D1;
}
</style>
border-color css
<style>
span { border-color: #6BC5D1; }
span { border-color: rgb(107,197,209); }
td.TdClassName
{
border-color: #6BC5D1;
}
.TagClassName
{
border-color: #6BC5D1;
}
</style>