Shades of Seagull #6BAFCC
Tints of Seagull #6BAFCC
RGB
CMYK
RGB Variations
Color information
#6BAFCC (or 0x6BAFCC) is known color: Seagull. HEX triplet: 6B, AF and CC. RGB value is (107,175,204). Sum of RGB (Red+Green+Blue) = 107+175+204=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFCC is #945033. Grayscale: #9D9D9D. Windows color (decimal): -9719860 or 13414251. OLE color: 13414251.
HSL color Cylindrical-coordinate representation of color #6BAFCC: hue angle of 197.94º 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 #6BAFCC is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 175 | 204 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.2 |
| HSL | 197.94º | 0.49% | 0.61% | - |
| HSV(B) | 197.94º | 0.48% | 0.8% | - |
| XYZ | 32.29 | 38.15 | 62.79 | - |
| YUV | 157.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 204 | 0.48 | 0.14 | 0 | 0.2 | 197.94 | 0.49 | 0.61 |
| Hex | 6B | AF | CC | 30 | E | 0 | 14 | C6 | 31 | 3D |
| Octal | 153 | 257 | 314 | 60 | 16 | 0 | 24 | 306 | 61 | 75 |
| Binary | 1101011 | 10101111 | 11001100 | 110000 | 1110 | 0 | 10100 | 11000110 | 110001 | 111101 |
Color Harmonies of #6BAFCC
Complementary color
Monochromatic Colors of #6BAFCC
Black with #6BAFCC
Text Example
Text Example
White with #6BAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFCC; }
p { color: rgb(107,175,204); }
H1.HeaderClassName
{
color: #6BAFCC;
}
.AnyTagClassName
{
color: #6BAFCC;
}
</style>
background-color css
<style>
a { background-color: #6BAFCC; }
a { background-color: rgb(107,175,204); }
div.DivClassName
{
background-color: #6BAFCC;
}
.BgClassName
{
background-color: #6BAFCC;
}
</style>
border-color css
<style>
span { border-color: #6BAFCC; }
span { border-color: rgb(107,175,204); }
td.TdClassName
{
border-color: #6BAFCC;
}
.TagClassName
{
border-color: #6BAFCC;
}
</style>