Shades of Seagull #6BB0CF
Tints of Seagull #6BB0CF
RGB
CMYK
RGB Variations
Color information
#6BB0CF (or 0x6BB0CF) is known color: Seagull. HEX triplet: 6B, B0 and CF. RGB value is (107,176,207). Sum of RGB (Red+Green+Blue) = 107+176+207=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0CF is #944F30. Grayscale: #9E9E9E. Windows color (decimal): -9719601 or 13611115. OLE color: 13611115.
HSL color Cylindrical-coordinate representation of color #6BB0CF: hue angle of 198.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BB0CF is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 176 | 207 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.19 |
| HSL | 198.6º | 0.51% | 0.62% | - |
| HSV(B) | 198.6º | 0.48% | 0.81% | - |
| XYZ | 32.85 | 38.68 | 64.77 | - |
| YUV | 158.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 207 | 0.48 | 0.15 | 0 | 0.19 | 198.6 | 0.51 | 0.62 |
| Hex | 6B | B0 | CF | 30 | F | 0 | 13 | C7 | 33 | 3E |
| Octal | 153 | 260 | 317 | 60 | 17 | 0 | 23 | 307 | 63 | 76 |
| Binary | 1101011 | 10110000 | 11001111 | 110000 | 1111 | 0 | 10011 | 11000111 | 110011 | 111110 |
Color Harmonies of #6BB0CF
Complementary color
Monochromatic Colors of #6BB0CF
Black with #6BB0CF
Text Example
Text Example
White with #6BB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB0CF; }
p { color: rgb(107,176,207); }
H1.HeaderClassName
{
color: #6BB0CF;
}
.AnyTagClassName
{
color: #6BB0CF;
}
</style>
background-color css
<style>
a { background-color: #6BB0CF; }
a { background-color: rgb(107,176,207); }
div.DivClassName
{
background-color: #6BB0CF;
}
.BgClassName
{
background-color: #6BB0CF;
}
</style>
border-color css
<style>
span { border-color: #6BB0CF; }
span { border-color: rgb(107,176,207); }
td.TdClassName
{
border-color: #6BB0CF;
}
.TagClassName
{
border-color: #6BB0CF;
}
</style>