Shades of Seagull #69B2D1
Tints of Seagull #69B2D1
RGB
CMYK
RGB Variations
Color information
#69B2D1 (or 0x69B2D1) is known color: Seagull. HEX triplet: 69, B2 and D1. RGB value is (105,178,209). Sum of RGB (Red+Green+Blue) = 105+178+209=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #69B2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2D1 is #964D2E. Grayscale: #9F9F9F. Windows color (decimal): -9850159 or 13742697. OLE color: 13742697.
HSL color Cylindrical-coordinate representation of color #69B2D1: hue angle of 197.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69B2D1 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 178 | 209 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.18 |
| HSL | 197.88º | 0.53% | 0.62% | - |
| HSV(B) | 197.88º | 0.5% | 0.82% | - |
| XYZ | 33.25 | 39.45 | 66.18 | - |
| YUV | 159.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 178 | 209 | 0.50 | 0.15 | 0 | 0.18 | 197.88 | 0.53 | 0.62 |
| Hex | 69 | B2 | D1 | 32 | F | 0 | 12 | C6 | 35 | 3E |
| Octal | 151 | 262 | 321 | 62 | 17 | 0 | 22 | 306 | 65 | 76 |
| Binary | 1101001 | 10110010 | 11010001 | 110010 | 1111 | 0 | 10010 | 11000110 | 110101 | 111110 |
Color Harmonies of #69B2D1
Complementary color
Monochromatic Colors of #69B2D1
Black with #69B2D1
Text Example
Text Example
White with #69B2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B2D1; }
p { color: rgb(105,178,209); }
H1.HeaderClassName
{
color: #69B2D1;
}
.AnyTagClassName
{
color: #69B2D1;
}
</style>
background-color css
<style>
a { background-color: #69B2D1; }
a { background-color: rgb(105,178,209); }
div.DivClassName
{
background-color: #69B2D1;
}
.BgClassName
{
background-color: #69B2D1;
}
</style>
border-color css
<style>
span { border-color: #69B2D1; }
span { border-color: rgb(105,178,209); }
td.TdClassName
{
border-color: #69B2D1;
}
.TagClassName
{
border-color: #69B2D1;
}
</style>