Shades of Seagull #6CAED3
Tints of Seagull #6CAED3
RGB
CMYK
RGB Variations
Color information
#6CAED3 (or 0x6CAED3) is known color: Seagull. HEX triplet: 6C, AE and D3. RGB value is (108,174,211). Sum of RGB (Red+Green+Blue) = 108+174+211=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #6CAED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAED3 is #93512C. Grayscale: #9E9E9E. Windows color (decimal): -9654573 or 13872748. OLE color: 13872748.
HSL color Cylindrical-coordinate representation of color #6CAED3: hue angle of 201.55º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CAED3 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 174 | 211 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.17 |
| HSL | 201.55º | 0.54% | 0.63% | - |
| HSV(B) | 201.55º | 0.49% | 0.83% | - |
| XYZ | 33.08 | 38.16 | 67.25 | - |
| YUV | 158.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 211 | 0.49 | 0.18 | 0 | 0.17 | 201.55 | 0.54 | 0.63 |
| Hex | 6C | AE | D3 | 31 | 12 | 0 | 11 | CA | 36 | 3F |
| Octal | 154 | 256 | 323 | 61 | 22 | 0 | 21 | 312 | 66 | 77 |
| Binary | 1101100 | 10101110 | 11010011 | 110001 | 10010 | 0 | 10001 | 11001010 | 110110 | 111111 |
Color Harmonies of #6CAED3
Complementary color
Monochromatic Colors of #6CAED3
Black with #6CAED3
Text Example
Text Example
White with #6CAED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAED3; }
p { color: rgb(108,174,211); }
H1.HeaderClassName
{
color: #6CAED3;
}
.AnyTagClassName
{
color: #6CAED3;
}
</style>
background-color css
<style>
a { background-color: #6CAED3; }
a { background-color: rgb(108,174,211); }
div.DivClassName
{
background-color: #6CAED3;
}
.BgClassName
{
background-color: #6CAED3;
}
</style>
border-color css
<style>
span { border-color: #6CAED3; }
span { border-color: rgb(108,174,211); }
td.TdClassName
{
border-color: #6CAED3;
}
.TagClassName
{
border-color: #6CAED3;
}
</style>