Shades of Seagull #6BBCCD
Tints of Seagull #6BBCCD
RGB
CMYK
RGB Variations
Color information
#6BBCCD (or 0x6BBCCD) is known color: Seagull. HEX triplet: 6B, BC and CD. RGB value is (107,188,205). Sum of RGB (Red+Green+Blue) = 107+188+205=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCCD is #944332. Grayscale: #A5A5A5. Windows color (decimal): -9716531 or 13483115. OLE color: 13483115.
HSL color Cylindrical-coordinate representation of color #6BBCCD: hue angle of 190.41º 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 #6BBCCD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 188 | 205 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.20 |
| HSL | 190.41º | 0.49% | 0.61% | - |
| HSV(B) | 190.41º | 0.48% | 0.8% | - |
| XYZ | 35.07 | 43.5 | 64.31 | - |
| YUV | 165.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 205 | 0.48 | 0.08 | 0 | 0.20 | 190.41 | 0.49 | 0.61 |
| Hex | 6B | BC | CD | 30 | 8 | 0 | 14 | BE | 31 | 3D |
| Octal | 153 | 274 | 315 | 60 | 10 | 0 | 24 | 276 | 61 | 75 |
| Binary | 1101011 | 10111100 | 11001101 | 110000 | 1000 | 0 | 10100 | 10111110 | 110001 | 111101 |
Color Harmonies of #6BBCCD
Complementary color
Monochromatic Colors of #6BBCCD
Black with #6BBCCD
Text Example
Text Example
White with #6BBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCCD; }
p { color: rgb(107,188,205); }
H1.HeaderClassName
{
color: #6BBCCD;
}
.AnyTagClassName
{
color: #6BBCCD;
}
</style>
background-color css
<style>
a { background-color: #6BBCCD; }
a { background-color: rgb(107,188,205); }
div.DivClassName
{
background-color: #6BBCCD;
}
.BgClassName
{
background-color: #6BBCCD;
}
</style>
border-color css
<style>
span { border-color: #6BBCCD; }
span { border-color: rgb(107,188,205); }
td.TdClassName
{
border-color: #6BBCCD;
}
.TagClassName
{
border-color: #6BBCCD;
}
</style>