Shades of Seagull #6CBFD5
Tints of Seagull #6CBFD5
RGB
CMYK
RGB Variations
Color information
#6CBFD5 (or 0x6CBFD5) is known color: Seagull. HEX triplet: 6C, BF and D5. RGB value is (108,191,213). Sum of RGB (Red+Green+Blue) = 108+191+213=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #6CBFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFD5 is #93402A. Grayscale: #A8A8A8. Windows color (decimal): -9650219 or 14008172. OLE color: 14008172.
HSL color Cylindrical-coordinate representation of color #6CBFD5: hue angle of 192.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CBFD5 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 191 | 213 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.16 |
| HSL | 192.57º | 0.56% | 0.63% | - |
| HSV(B) | 192.57º | 0.49% | 0.84% | - |
| XYZ | 36.83 | 45.25 | 69.74 | - |
| YUV | 168.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 213 | 0.49 | 0.10 | 0 | 0.16 | 192.57 | 0.56 | 0.63 |
| Hex | 6C | BF | D5 | 31 | A | 0 | 10 | C1 | 38 | 3F |
| Octal | 154 | 277 | 325 | 61 | 12 | 0 | 20 | 301 | 70 | 77 |
| Binary | 1101100 | 10111111 | 11010101 | 110001 | 1010 | 0 | 10000 | 11000001 | 111000 | 111111 |
Color Harmonies of #6CBFD5
Complementary color
Monochromatic Colors of #6CBFD5
Black with #6CBFD5
Text Example
Text Example
White with #6CBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFD5; }
p { color: rgb(108,191,213); }
H1.HeaderClassName
{
color: #6CBFD5;
}
.AnyTagClassName
{
color: #6CBFD5;
}
</style>
background-color css
<style>
a { background-color: #6CBFD5; }
a { background-color: rgb(108,191,213); }
div.DivClassName
{
background-color: #6CBFD5;
}
.BgClassName
{
background-color: #6CBFD5;
}
</style>
border-color css
<style>
span { border-color: #6CBFD5; }
span { border-color: rgb(108,191,213); }
td.TdClassName
{
border-color: #6CBFD5;
}
.TagClassName
{
border-color: #6CBFD5;
}
</style>