Shades of Seagull #6BB5D0
Tints of Seagull #6BB5D0
RGB
CMYK
RGB Variations
Color information
#6BB5D0 (or 0x6BB5D0) is known color: Seagull. HEX triplet: 6B, B5 and D0. RGB value is (107,181,208). Sum of RGB (Red+Green+Blue) = 107+181+208=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #6BB5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB5D0 is #944A2F. Grayscale: #A1A1A1. Windows color (decimal): -9718320 or 13677931. OLE color: 13677931.
HSL color Cylindrical-coordinate representation of color #6BB5D0: hue angle of 196.04º degrees, saturation: 0.52, 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 #6BB5D0 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 181 | 208 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.18 |
| HSL | 196.04º | 0.52% | 0.62% | - |
| HSV(B) | 196.04º | 0.49% | 0.82% | - |
| XYZ | 33.97 | 40.73 | 65.75 | - |
| YUV | 161.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 181 | 208 | 0.49 | 0.13 | 0 | 0.18 | 196.04 | 0.52 | 0.62 |
| Hex | 6B | B5 | D0 | 31 | D | 0 | 12 | C4 | 34 | 3E |
| Octal | 153 | 265 | 320 | 61 | 15 | 0 | 22 | 304 | 64 | 76 |
| Binary | 1101011 | 10110101 | 11010000 | 110001 | 1101 | 0 | 10010 | 11000100 | 110100 | 111110 |
Color Harmonies of #6BB5D0
Complementary color
Monochromatic Colors of #6BB5D0
Black with #6BB5D0
Text Example
Text Example
White with #6BB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB5D0; }
p { color: rgb(107,181,208); }
H1.HeaderClassName
{
color: #6BB5D0;
}
.AnyTagClassName
{
color: #6BB5D0;
}
</style>
background-color css
<style>
a { background-color: #6BB5D0; }
a { background-color: rgb(107,181,208); }
div.DivClassName
{
background-color: #6BB5D0;
}
.BgClassName
{
background-color: #6BB5D0;
}
</style>
border-color css
<style>
span { border-color: #6BB5D0; }
span { border-color: rgb(107,181,208); }
td.TdClassName
{
border-color: #6BB5D0;
}
.TagClassName
{
border-color: #6BB5D0;
}
</style>