Shades of Seagull #6BBECC
Tints of Seagull #6BBECC
RGB
CMYK
RGB Variations
Color information
#6BBECC (or 0x6BBECC) is known color: Seagull. HEX triplet: 6B, BE and CC. RGB value is (107,190,204). Sum of RGB (Red+Green+Blue) = 107+190+204=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBECC is #944133. Grayscale: #A6A6A6. Windows color (decimal): -9716020 or 13418091. OLE color: 13418091.
HSL color Cylindrical-coordinate representation of color #6BBECC: hue angle of 188.66º 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 #6BBECC is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 190 | 204 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.2 |
| HSL | 188.66º | 0.49% | 0.61% | - |
| HSV(B) | 188.66º | 0.48% | 0.8% | - |
| XYZ | 35.38 | 44.31 | 63.82 | - |
| YUV | 166.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 204 | 0.48 | 0.07 | 0 | 0.2 | 188.66 | 0.49 | 0.61 |
| Hex | 6B | BE | CC | 30 | 7 | 0 | 14 | BD | 31 | 3D |
| Octal | 153 | 276 | 314 | 60 | 7 | 0 | 24 | 275 | 61 | 75 |
| Binary | 1101011 | 10111110 | 11001100 | 110000 | 111 | 0 | 10100 | 10111101 | 110001 | 111101 |
Color Harmonies of #6BBECC
Complementary color
Monochromatic Colors of #6BBECC
Black with #6BBECC
Text Example
Text Example
White with #6BBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBECC; }
p { color: rgb(107,190,204); }
H1.HeaderClassName
{
color: #6BBECC;
}
.AnyTagClassName
{
color: #6BBECC;
}
</style>
background-color css
<style>
a { background-color: #6BBECC; }
a { background-color: rgb(107,190,204); }
div.DivClassName
{
background-color: #6BBECC;
}
.BgClassName
{
background-color: #6BBECC;
}
</style>
border-color css
<style>
span { border-color: #6BBECC; }
span { border-color: rgb(107,190,204); }
td.TdClassName
{
border-color: #6BBECC;
}
.TagClassName
{
border-color: #6BBECC;
}
</style>