Shades of Seagull #6CAFCA
Tints of Seagull #6CAFCA
RGB
CMYK
RGB Variations
Color information
#6CAFCA (or 0x6CAFCA) is known color: Seagull. HEX triplet: 6C, AF and CA. RGB value is (108,175,202). Sum of RGB (Red+Green+Blue) = 108+175+202=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFCA is #935035. Grayscale: #9D9D9D. Windows color (decimal): -9654326 or 13283180. OLE color: 13283180.
HSL color Cylindrical-coordinate representation of color #6CAFCA: hue angle of 197.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CAFCA is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 175 | 202 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.21 |
| HSL | 197.23º | 0.47% | 0.61% | - |
| HSV(B) | 197.23º | 0.47% | 0.79% | - |
| XYZ | 32.17 | 38.11 | 61.54 | - |
| YUV | 158.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 202 | 0.47 | 0.13 | 0 | 0.21 | 197.23 | 0.47 | 0.61 |
| Hex | 6C | AF | CA | 2F | D | 0 | 15 | C5 | 2F | 3D |
| Octal | 154 | 257 | 312 | 57 | 15 | 0 | 25 | 305 | 57 | 75 |
| Binary | 1101100 | 10101111 | 11001010 | 101111 | 1101 | 0 | 10101 | 11000101 | 101111 | 111101 |
Color Harmonies of #6CAFCA
Complementary color
Monochromatic Colors of #6CAFCA
Black with #6CAFCA
Text Example
Text Example
White with #6CAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAFCA; }
p { color: rgb(108,175,202); }
H1.HeaderClassName
{
color: #6CAFCA;
}
.AnyTagClassName
{
color: #6CAFCA;
}
</style>
background-color css
<style>
a { background-color: #6CAFCA; }
a { background-color: rgb(108,175,202); }
div.DivClassName
{
background-color: #6CAFCA;
}
.BgClassName
{
background-color: #6CAFCA;
}
</style>
border-color css
<style>
span { border-color: #6CAFCA; }
span { border-color: rgb(108,175,202); }
td.TdClassName
{
border-color: #6CAFCA;
}
.TagClassName
{
border-color: #6CAFCA;
}
</style>