Shades of Seagull #6FB4CC
Tints of Seagull #6FB4CC
RGB
CMYK
RGB Variations
Color information
#6FB4CC (or 0x6FB4CC) is known color: Seagull. HEX triplet: 6F, B4 and CC. RGB value is (111,180,204). Sum of RGB (Red+Green+Blue) = 111+180+204=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FB4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4CC is #904B33. Grayscale: #A1A1A1. Windows color (decimal): -9456436 or 13415535. OLE color: 13415535.
HSL color Cylindrical-coordinate representation of color #6FB4CC: hue angle of 195.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FB4CC is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 180 | 204 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.2 |
| HSL | 195.48º | 0.48% | 0.62% | - |
| HSV(B) | 195.48º | 0.46% | 0.8% | - |
| XYZ | 33.78 | 40.38 | 63.14 | - |
| YUV | 162.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 204 | 0.46 | 0.12 | 0 | 0.2 | 195.48 | 0.48 | 0.62 |
| Hex | 6F | B4 | CC | 2E | C | 0 | 14 | C3 | 30 | 3E |
| Octal | 157 | 264 | 314 | 56 | 14 | 0 | 24 | 303 | 60 | 76 |
| Binary | 1101111 | 10110100 | 11001100 | 101110 | 1100 | 0 | 10100 | 11000011 | 110000 | 111110 |
Color Harmonies of #6FB4CC
Complementary color
Monochromatic Colors of #6FB4CC
Black with #6FB4CC
Text Example
Text Example
White with #6FB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4CC; }
p { color: rgb(111,180,204); }
H1.HeaderClassName
{
color: #6FB4CC;
}
.AnyTagClassName
{
color: #6FB4CC;
}
</style>
background-color css
<style>
a { background-color: #6FB4CC; }
a { background-color: rgb(111,180,204); }
div.DivClassName
{
background-color: #6FB4CC;
}
.BgClassName
{
background-color: #6FB4CC;
}
</style>
border-color css
<style>
span { border-color: #6FB4CC; }
span { border-color: rgb(111,180,204); }
td.TdClassName
{
border-color: #6FB4CC;
}
.TagClassName
{
border-color: #6FB4CC;
}
</style>