Shades of Seagull #6BBFCB
Tints of Seagull #6BBFCB
RGB
CMYK
RGB Variations
Color information
#6BBFCB (or 0x6BBFCB) is known color: Seagull. HEX triplet: 6B, BF and CB. RGB value is (107,191,203). Sum of RGB (Red+Green+Blue) = 107+191+203=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFCB is #944034. Grayscale: #A7A7A7. Windows color (decimal): -9715765 or 13352811. OLE color: 13352811.
HSL color Cylindrical-coordinate representation of color #6BBFCB: hue angle of 187.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BBFCB is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 191 | 203 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.20 |
| HSL | 187.5º | 0.48% | 0.61% | - |
| HSV(B) | 187.5º | 0.47% | 0.8% | - |
| XYZ | 35.47 | 44.7 | 63.26 | - |
| YUV | 167.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 203 | 0.47 | 0.06 | 0 | 0.20 | 187.5 | 0.48 | 0.61 |
| Hex | 6B | BF | CB | 2F | 6 | 0 | 14 | BC | 30 | 3D |
| Octal | 153 | 277 | 313 | 57 | 6 | 0 | 24 | 274 | 60 | 75 |
| Binary | 1101011 | 10111111 | 11001011 | 101111 | 110 | 0 | 10100 | 10111100 | 110000 | 111101 |
Color Harmonies of #6BBFCB
Complementary color
Monochromatic Colors of #6BBFCB
Black with #6BBFCB
Text Example
Text Example
White with #6BBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFCB; }
p { color: rgb(107,191,203); }
H1.HeaderClassName
{
color: #6BBFCB;
}
.AnyTagClassName
{
color: #6BBFCB;
}
</style>
background-color css
<style>
a { background-color: #6BBFCB; }
a { background-color: rgb(107,191,203); }
div.DivClassName
{
background-color: #6BBFCB;
}
.BgClassName
{
background-color: #6BBFCB;
}
</style>
border-color css
<style>
span { border-color: #6BBFCB; }
span { border-color: rgb(107,191,203); }
td.TdClassName
{
border-color: #6BBFCB;
}
.TagClassName
{
border-color: #6BBFCB;
}
</style>