#69B6D2

Color #69B6D2 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #69B6D2

Tints of Seagull #69B6D2

Color information

#69B6D2 (or 0x69B6D2) is unknown color: approx Seagull. HEX triplet: 69, B6 and D2. RGB value is (105,182,210). Sum of RGB (Red+Green+Blue) = 105+182+210=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #69B6D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B6D2 is #96492D. Grayscale: #A1A1A1. Windows color (decimal): -9849134 or 13809257. OLE color: 13809257.

HSL color Cylindrical-coordinate representation of color #69B6D2: hue angle of 196º degrees, saturation: 0.54, 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 #69B6D2 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105182210-
CMYK0.500.1300.18
HSL196º53.85%61.76%-
HSV(B)196º50%82.35%-
XYZ34.1941.1167.11-
YUV162.17154.9987.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=21.13%
G=36.62%
B=42.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051822100.500.1300.1819653.8561.76
Hex69B6D232D012c4363e
Octal15126632262150223046676
Binary11010011011011011010010110010110101001011000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B6D2; }

 p { color: rgb(105,182,210); }

 H1.HeaderClassName
 {
   color: #69B6D2;
 }
 .AnyTagClassName
 {
   color: #69B6D2;
 }
</style>
background-color css

<style>
 a { background-color: #69B6D2; }

 a { background-color: rgb(105,182,210); }

 div.DivClassName
 {
   background-color: #69B6D2;
 }
 .BgClassName
 {
   background-color: #69B6D2;
 }
</style>
border-color css

<style>
 span { border-color: #69B6D2; }

 span { border-color: rgb(105,182,210); }

 td.TdClassName
 {
   border-color: #69B6D2;
 }
 .TagClassName
 {
   border-color: #69B6D2;
 }
</style>