Shades of Seagull #6CABCF
Tints of Seagull #6CABCF
RGB
CMYK
RGB Variations
Color information
#6CABCF (or 0x6CABCF) is known color: Seagull. HEX triplet: 6C, AB and CF. RGB value is (108,171,207). Sum of RGB (Red+Green+Blue) = 108+171+207=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABCF is #935430. Grayscale: #9C9C9C. Windows color (decimal): -9655345 or 13609836. OLE color: 13609836.
HSL color Cylindrical-coordinate representation of color #6CABCF: hue angle of 201.82º 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 #6CABCF is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 171 | 207 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.19 |
| HSL | 201.82º | 0.51% | 0.62% | - |
| HSV(B) | 201.82º | 0.48% | 0.81% | - |
| XYZ | 32.01 | 36.82 | 64.45 | - |
| YUV | 156.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 207 | 0.48 | 0.17 | 0 | 0.19 | 201.82 | 0.51 | 0.62 |
| Hex | 6C | AB | CF | 30 | 11 | 0 | 13 | CA | 33 | 3E |
| Octal | 154 | 253 | 317 | 60 | 21 | 0 | 23 | 312 | 63 | 76 |
| Binary | 1101100 | 10101011 | 11001111 | 110000 | 10001 | 0 | 10011 | 11001010 | 110011 | 111110 |
Color Harmonies of #6CABCF
Complementary color
Monochromatic Colors of #6CABCF
Black with #6CABCF
Text Example
Text Example
White with #6CABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABCF; }
p { color: rgb(108,171,207); }
H1.HeaderClassName
{
color: #6CABCF;
}
.AnyTagClassName
{
color: #6CABCF;
}
</style>
background-color css
<style>
a { background-color: #6CABCF; }
a { background-color: rgb(108,171,207); }
div.DivClassName
{
background-color: #6CABCF;
}
.BgClassName
{
background-color: #6CABCF;
}
</style>
border-color css
<style>
span { border-color: #6CABCF; }
span { border-color: rgb(108,171,207); }
td.TdClassName
{
border-color: #6CABCF;
}
.TagClassName
{
border-color: #6CABCF;
}
</style>