Shades of Seagull #6BBECA
Tints of Seagull #6BBECA
RGB
CMYK
RGB Variations
Color information
#6BBECA (or 0x6BBECA) is known color: Seagull. HEX triplet: 6B, BE and CA. RGB value is (107,190,202). Sum of RGB (Red+Green+Blue) = 107+190+202=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BBECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBECA is #944135. Grayscale: #A6A6A6. Windows color (decimal): -9716022 or 13287019. OLE color: 13287019.
HSL color Cylindrical-coordinate representation of color #6BBECA: hue angle of 187.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BBECA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 190 | 202 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.21 |
| HSL | 187.58º | 0.47% | 0.61% | - |
| HSV(B) | 187.58º | 0.47% | 0.79% | - |
| XYZ | 35.14 | 44.22 | 62.56 | - |
| YUV | 166.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 202 | 0.47 | 0.06 | 0 | 0.21 | 187.58 | 0.47 | 0.61 |
| Hex | 6B | BE | CA | 2F | 6 | 0 | 15 | BC | 2F | 3D |
| Octal | 153 | 276 | 312 | 57 | 6 | 0 | 25 | 274 | 57 | 75 |
| Binary | 1101011 | 10111110 | 11001010 | 101111 | 110 | 0 | 10101 | 10111100 | 101111 | 111101 |
Color Harmonies of #6BBECA
Complementary color
Monochromatic Colors of #6BBECA
Black with #6BBECA
Text Example
Text Example
White with #6BBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBECA; }
p { color: rgb(107,190,202); }
H1.HeaderClassName
{
color: #6BBECA;
}
.AnyTagClassName
{
color: #6BBECA;
}
</style>
background-color css
<style>
a { background-color: #6BBECA; }
a { background-color: rgb(107,190,202); }
div.DivClassName
{
background-color: #6BBECA;
}
.BgClassName
{
background-color: #6BBECA;
}
</style>
border-color css
<style>
span { border-color: #6BBECA; }
span { border-color: rgb(107,190,202); }
td.TdClassName
{
border-color: #6BBECA;
}
.TagClassName
{
border-color: #6BBECA;
}
</style>