Shades of Seagull #6CBFD2
Tints of Seagull #6CBFD2
RGB
CMYK
RGB Variations
Color information
#6CBFD2 (or 0x6CBFD2) is known color: Seagull. HEX triplet: 6C, BF and D2. RGB value is (108,191,210). Sum of RGB (Red+Green+Blue) = 108+191+210=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CBFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFD2 is #93402D. Grayscale: #A8A8A8. Windows color (decimal): -9650222 or 13811564. OLE color: 13811564.
HSL color Cylindrical-coordinate representation of color #6CBFD2: hue angle of 191.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CBFD2 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 191 | 210 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.18 |
| HSL | 191.18º | 0.53% | 0.62% | - |
| HSV(B) | 191.18º | 0.49% | 0.82% | - |
| XYZ | 36.45 | 45.1 | 67.76 | - |
| YUV | 168.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 210 | 0.49 | 0.09 | 0 | 0.18 | 191.18 | 0.53 | 0.62 |
| Hex | 6C | BF | D2 | 31 | 9 | 0 | 12 | BF | 35 | 3E |
| Octal | 154 | 277 | 322 | 61 | 11 | 0 | 22 | 277 | 65 | 76 |
| Binary | 1101100 | 10111111 | 11010010 | 110001 | 1001 | 0 | 10010 | 10111111 | 110101 | 111110 |
Color Harmonies of #6CBFD2
Complementary color
Monochromatic Colors of #6CBFD2
Black with #6CBFD2
Text Example
Text Example
White with #6CBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFD2; }
p { color: rgb(108,191,210); }
H1.HeaderClassName
{
color: #6CBFD2;
}
.AnyTagClassName
{
color: #6CBFD2;
}
</style>
background-color css
<style>
a { background-color: #6CBFD2; }
a { background-color: rgb(108,191,210); }
div.DivClassName
{
background-color: #6CBFD2;
}
.BgClassName
{
background-color: #6CBFD2;
}
</style>
border-color css
<style>
span { border-color: #6CBFD2; }
span { border-color: rgb(108,191,210); }
td.TdClassName
{
border-color: #6CBFD2;
}
.TagClassName
{
border-color: #6CBFD2;
}
</style>