Shades of Seagull #64C6CF
Tints of Seagull #64C6CF
RGB
CMYK
RGB Variations
Color information
#64C6CF (or 0x64C6CF) is known color: Seagull. HEX triplet: 64, C6 and CF. RGB value is (100,198,207). Sum of RGB (Red+Green+Blue) = 100+198+207=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #64C6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C6CF is #9B3930. Grayscale: #A9A9A9. Windows color (decimal): -10172721 or 13616740. OLE color: 13616740.
HSL color Cylindrical-coordinate representation of color #64C6CF: hue angle of 185.05º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64C6CF is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 198 | 207 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.19 |
| HSL | 185.05º | 0.53% | 0.6% | - |
| HSV(B) | 185.05º | 0.52% | 0.81% | - |
| XYZ | 36.71 | 47.6 | 66.28 | - |
| YUV | 169.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 207 | 0.52 | 0.04 | 0 | 0.19 | 185.05 | 0.53 | 0.6 |
| Hex | 64 | C6 | CF | 34 | 4 | 0 | 13 | B9 | 35 | 3C |
| Octal | 144 | 306 | 317 | 64 | 4 | 0 | 23 | 271 | 65 | 74 |
| Binary | 1100100 | 11000110 | 11001111 | 110100 | 100 | 0 | 10011 | 10111001 | 110101 | 111100 |
Color Harmonies of #64C6CF
Complementary color
Monochromatic Colors of #64C6CF
Black with #64C6CF
Text Example
Text Example
White with #64C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6CF; }
p { color: rgb(100,198,207); }
H1.HeaderClassName
{
color: #64C6CF;
}
.AnyTagClassName
{
color: #64C6CF;
}
</style>
background-color css
<style>
a { background-color: #64C6CF; }
a { background-color: rgb(100,198,207); }
div.DivClassName
{
background-color: #64C6CF;
}
.BgClassName
{
background-color: #64C6CF;
}
</style>
border-color css
<style>
span { border-color: #64C6CF; }
span { border-color: rgb(100,198,207); }
td.TdClassName
{
border-color: #64C6CF;
}
.TagClassName
{
border-color: #64C6CF;
}
</style>