Shades of Seagull #6CB3CF
Tints of Seagull #6CB3CF
RGB
CMYK
RGB Variations
Color information
#6CB3CF (or 0x6CB3CF) is known color: Seagull. HEX triplet: 6C, B3 and CF. RGB value is (108,179,207). Sum of RGB (Red+Green+Blue) = 108+179+207=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CB3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB3CF is #934C30. Grayscale: #A0A0A0. Windows color (decimal): -9653297 or 13611884. OLE color: 13611884.
HSL color Cylindrical-coordinate representation of color #6CB3CF: hue angle of 196.97º 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 #6CB3CF is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 179 | 207 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.19 |
| HSL | 196.97º | 0.51% | 0.62% | - |
| HSV(B) | 196.97º | 0.48% | 0.81% | - |
| XYZ | 33.57 | 39.93 | 64.97 | - |
| YUV | 160.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 207 | 0.48 | 0.14 | 0 | 0.19 | 196.97 | 0.51 | 0.62 |
| Hex | 6C | B3 | CF | 30 | E | 0 | 13 | C5 | 33 | 3E |
| Octal | 154 | 263 | 317 | 60 | 16 | 0 | 23 | 305 | 63 | 76 |
| Binary | 1101100 | 10110011 | 11001111 | 110000 | 1110 | 0 | 10011 | 11000101 | 110011 | 111110 |
Color Harmonies of #6CB3CF
Complementary color
Monochromatic Colors of #6CB3CF
Black with #6CB3CF
Text Example
Text Example
White with #6CB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB3CF; }
p { color: rgb(108,179,207); }
H1.HeaderClassName
{
color: #6CB3CF;
}
.AnyTagClassName
{
color: #6CB3CF;
}
</style>
background-color css
<style>
a { background-color: #6CB3CF; }
a { background-color: rgb(108,179,207); }
div.DivClassName
{
background-color: #6CB3CF;
}
.BgClassName
{
background-color: #6CB3CF;
}
</style>
border-color css
<style>
span { border-color: #6CB3CF; }
span { border-color: rgb(108,179,207); }
td.TdClassName
{
border-color: #6CB3CF;
}
.TagClassName
{
border-color: #6CB3CF;
}
</style>