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