Shades of Seagull #67AECF
Tints of Seagull #67AECF
RGB
CMYK
RGB Variations
Color information
#67AECF (or 0x67AECF) is known color: Seagull. HEX triplet: 67, AE and CF. RGB value is (103,174,207). Sum of RGB (Red+Green+Blue) = 103+174+207=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #67AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AECF is #985130. Grayscale: #9C9C9C. Windows color (decimal): -9982257 or 13610599. OLE color: 13610599.
HSL color Cylindrical-coordinate representation of color #67AECF: hue angle of 199.04º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67AECF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 174 | 207 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.19 |
| HSL | 199.04º | 0.52% | 0.61% | - |
| HSV(B) | 199.04º | 0.5% | 0.81% | - |
| XYZ | 31.99 | 37.66 | 64.61 | - |
| YUV | 156.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 207 | 0.50 | 0.16 | 0 | 0.19 | 199.04 | 0.52 | 0.61 |
| Hex | 67 | AE | CF | 32 | 10 | 0 | 13 | C7 | 34 | 3D |
| Octal | 147 | 256 | 317 | 62 | 20 | 0 | 23 | 307 | 64 | 75 |
| Binary | 1100111 | 10101110 | 11001111 | 110010 | 10000 | 0 | 10011 | 11000111 | 110100 | 111101 |
Color Harmonies of #67AECF
Complementary color
Monochromatic Colors of #67AECF
Black with #67AECF
Text Example
Text Example
White with #67AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AECF; }
p { color: rgb(103,174,207); }
H1.HeaderClassName
{
color: #67AECF;
}
.AnyTagClassName
{
color: #67AECF;
}
</style>
background-color css
<style>
a { background-color: #67AECF; }
a { background-color: rgb(103,174,207); }
div.DivClassName
{
background-color: #67AECF;
}
.BgClassName
{
background-color: #67AECF;
}
</style>
border-color css
<style>
span { border-color: #67AECF; }
span { border-color: rgb(103,174,207); }
td.TdClassName
{
border-color: #67AECF;
}
.TagClassName
{
border-color: #67AECF;
}
</style>