Shades of Seagull #6BBDCD
Tints of Seagull #6BBDCD
RGB
CMYK
RGB Variations
Color information
#6BBDCD (or 0x6BBDCD) is known color: Seagull. HEX triplet: 6B, BD and CD. RGB value is (107,189,205). Sum of RGB (Red+Green+Blue) = 107+189+205=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDCD is #944232. Grayscale: #A6A6A6. Windows color (decimal): -9716275 or 13483371. OLE color: 13483371.
HSL color Cylindrical-coordinate representation of color #6BBDCD: hue angle of 189.8º 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 #6BBDCD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 189 | 205 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.20 |
| HSL | 189.8º | 0.49% | 0.61% | - |
| HSV(B) | 189.8º | 0.48% | 0.8% | - |
| XYZ | 35.28 | 43.93 | 64.38 | - |
| YUV | 166.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 205 | 0.48 | 0.08 | 0 | 0.20 | 189.8 | 0.49 | 0.61 |
| Hex | 6B | BD | CD | 30 | 8 | 0 | 14 | BE | 31 | 3D |
| Octal | 153 | 275 | 315 | 60 | 10 | 0 | 24 | 276 | 61 | 75 |
| Binary | 1101011 | 10111101 | 11001101 | 110000 | 1000 | 0 | 10100 | 10111110 | 110001 | 111101 |
Color Harmonies of #6BBDCD
Complementary color
Monochromatic Colors of #6BBDCD
Black with #6BBDCD
Text Example
Text Example
White with #6BBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDCD; }
p { color: rgb(107,189,205); }
H1.HeaderClassName
{
color: #6BBDCD;
}
.AnyTagClassName
{
color: #6BBDCD;
}
</style>
background-color css
<style>
a { background-color: #6BBDCD; }
a { background-color: rgb(107,189,205); }
div.DivClassName
{
background-color: #6BBDCD;
}
.BgClassName
{
background-color: #6BBDCD;
}
</style>
border-color css
<style>
span { border-color: #6BBDCD; }
span { border-color: rgb(107,189,205); }
td.TdClassName
{
border-color: #6BBDCD;
}
.TagClassName
{
border-color: #6BBDCD;
}
</style>