#6DAECB

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

Shades of Seagull #6DAECB

Tints of Seagull #6DAECB

Color information

#6DAECB (or 0x6DAECB) is unknown color: approx Seagull. HEX triplet: 6D, AE and CB. RGB value is (109,174,203). Sum of RGB (Red+Green+Blue) = 109+174+203=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAECB is #925134. Grayscale: #9D9D9D. Windows color (decimal): -9589045 or 13348461. OLE color: 13348461.

HSL color Cylindrical-coordinate representation of color #6DAECB: hue angle of 198.51º 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 #6DAECB is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109174203-
CMYK0.460.1400.20
HSL198.51º47.47%61.18%-
HSV(B)198.51º46.31%79.61%-
XYZ32.2237.8462.1-
YUV157.87153.4793.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.43%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=22.43%
G=35.80%
B=41.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091742030.460.1400.20198.5147.4761.18
Hex6DAECB2EE014c72f3d
Octal15525631356160243075775
Binary11011011010111011001011101110111001010011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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