Shades of Seagull #6BBFCE
Tints of Seagull #6BBFCE
RGB
CMYK
RGB Variations
Color information
#6BBFCE (or 0x6BBFCE) is known color: Seagull. HEX triplet: 6B, BF and CE. RGB value is (107,191,206). Sum of RGB (Red+Green+Blue) = 107+191+206=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BBFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFCE is #944031. Grayscale: #A7A7A7. Windows color (decimal): -9715762 or 13549419. OLE color: 13549419.
HSL color Cylindrical-coordinate representation of color #6BBFCE: hue angle of 189.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BBFCE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 191 | 206 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.19 |
| HSL | 189.09º | 0.5% | 0.61% | - |
| HSV(B) | 189.09º | 0.48% | 0.81% | - |
| XYZ | 35.83 | 44.84 | 65.16 | - |
| YUV | 167.59 | 149.67 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 206 | 0.48 | 0.07 | 0 | 0.19 | 189.09 | 0.5 | 0.61 |
| Hex | 6B | BF | CE | 30 | 7 | 0 | 13 | BD | 32 | 3D |
| Octal | 153 | 277 | 316 | 60 | 7 | 0 | 23 | 275 | 62 | 75 |
| Binary | 1101011 | 10111111 | 11001110 | 110000 | 111 | 0 | 10011 | 10111101 | 110010 | 111101 |
Color Harmonies of #6BBFCE
Complementary color
Monochromatic Colors of #6BBFCE
Black with #6BBFCE
Text Example
Text Example
White with #6BBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFCE; }
p { color: rgb(107,191,206); }
H1.HeaderClassName
{
color: #6BBFCE;
}
.AnyTagClassName
{
color: #6BBFCE;
}
</style>
background-color css
<style>
a { background-color: #6BBFCE; }
a { background-color: rgb(107,191,206); }
div.DivClassName
{
background-color: #6BBFCE;
}
.BgClassName
{
background-color: #6BBFCE;
}
</style>
border-color css
<style>
span { border-color: #6BBFCE; }
span { border-color: rgb(107,191,206); }
td.TdClassName
{
border-color: #6BBFCE;
}
.TagClassName
{
border-color: #6BBFCE;
}
</style>