Shades of Seagull #6BBFCC
Tints of Seagull #6BBFCC
RGB
CMYK
RGB Variations
Color information
#6BBFCC (or 0x6BBFCC) is known color: Seagull. HEX triplet: 6B, BF and CC. RGB value is (107,191,204). Sum of RGB (Red+Green+Blue) = 107+191+204=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFCC is #944033. Grayscale: #A7A7A7. Windows color (decimal): -9715764 or 13418347. OLE color: 13418347.
HSL color Cylindrical-coordinate representation of color #6BBFCC: hue angle of 188.04º 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 #6BBFCC is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 191 | 204 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.2 |
| HSL | 188.04º | 0.49% | 0.61% | - |
| HSV(B) | 188.04º | 0.48% | 0.8% | - |
| XYZ | 35.59 | 44.75 | 63.89 | - |
| YUV | 167.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 204 | 0.48 | 0.06 | 0 | 0.2 | 188.04 | 0.49 | 0.61 |
| Hex | 6B | BF | CC | 30 | 6 | 0 | 14 | BC | 31 | 3D |
| Octal | 153 | 277 | 314 | 60 | 6 | 0 | 24 | 274 | 61 | 75 |
| Binary | 1101011 | 10111111 | 11001100 | 110000 | 110 | 0 | 10100 | 10111100 | 110001 | 111101 |
Color Harmonies of #6BBFCC
Complementary color
Monochromatic Colors of #6BBFCC
Black with #6BBFCC
Text Example
Text Example
White with #6BBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFCC; }
p { color: rgb(107,191,204); }
H1.HeaderClassName
{
color: #6BBFCC;
}
.AnyTagClassName
{
color: #6BBFCC;
}
</style>
background-color css
<style>
a { background-color: #6BBFCC; }
a { background-color: rgb(107,191,204); }
div.DivClassName
{
background-color: #6BBFCC;
}
.BgClassName
{
background-color: #6BBFCC;
}
</style>
border-color css
<style>
span { border-color: #6BBFCC; }
span { border-color: rgb(107,191,204); }
td.TdClassName
{
border-color: #6BBFCC;
}
.TagClassName
{
border-color: #6BBFCC;
}
</style>