#6DADCB

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

Shades of Seagull #6DADCB

Tints of Seagull #6DADCB

Color information

#6DADCB (or 0x6DADCB) is unknown color: approx Seagull. HEX triplet: 6D, AD and CB. RGB value is (109,173,203). Sum of RGB (Red+Green+Blue) = 109+173+203=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADCB is #925234. Grayscale: #9D9D9D. Windows color (decimal): -9589301 or 13348205. OLE color: 13348205.

HSL color Cylindrical-coordinate representation of color #6DADCB: hue angle of 199.15º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DADCB is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109173203-
CMYK0.460.1500.20
HSL199.15º47.47%61.18%-
HSV(B)199.15º46.31%79.61%-
XYZ32.0337.4562.04-
YUV157.28153.893.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.47%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=22.47%
G=35.67%
B=41.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091732030.460.1500.20199.1547.4761.18
Hex6DADCB2EF014c72f3d
Octal15525531356170243075775
Binary11011011010110111001011101110111101010011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DADCB; }

 p { color: rgb(109,173,203); }

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

<style>
 a { background-color: #6DADCB; }

 a { background-color: rgb(109,173,203); }

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

<style>
 span { border-color: #6DADCB; }

 span { border-color: rgb(109,173,203); }

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