Shades of Seagull #6CBDCF
Tints of Seagull #6CBDCF
RGB
CMYK
RGB Variations
Color information
#6CBDCF (or 0x6CBDCF) is known color: Seagull. HEX triplet: 6C, BD and CF. RGB value is (108,189,207). Sum of RGB (Red+Green+Blue) = 108+189+207=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDCF is #934230. Grayscale: #A6A6A6. Windows color (decimal): -9650737 or 13614444. OLE color: 13614444.
HSL color Cylindrical-coordinate representation of color #6CBDCF: hue angle of 190.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CBDCF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 189 | 207 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.19 |
| HSL | 190.91º | 0.51% | 0.62% | - |
| HSV(B) | 190.91º | 0.48% | 0.81% | - |
| XYZ | 35.64 | 44.09 | 65.66 | - |
| YUV | 166.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 207 | 0.48 | 0.09 | 0 | 0.19 | 190.91 | 0.51 | 0.62 |
| Hex | 6C | BD | CF | 30 | 9 | 0 | 13 | BF | 33 | 3E |
| Octal | 154 | 275 | 317 | 60 | 11 | 0 | 23 | 277 | 63 | 76 |
| Binary | 1101100 | 10111101 | 11001111 | 110000 | 1001 | 0 | 10011 | 10111111 | 110011 | 111110 |
Color Harmonies of #6CBDCF
Complementary color
Monochromatic Colors of #6CBDCF
Black with #6CBDCF
Text Example
Text Example
White with #6CBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBDCF; }
p { color: rgb(108,189,207); }
H1.HeaderClassName
{
color: #6CBDCF;
}
.AnyTagClassName
{
color: #6CBDCF;
}
</style>
background-color css
<style>
a { background-color: #6CBDCF; }
a { background-color: rgb(108,189,207); }
div.DivClassName
{
background-color: #6CBDCF;
}
.BgClassName
{
background-color: #6CBDCF;
}
</style>
border-color css
<style>
span { border-color: #6CBDCF; }
span { border-color: rgb(108,189,207); }
td.TdClassName
{
border-color: #6CBDCF;
}
.TagClassName
{
border-color: #6CBDCF;
}
</style>