#6DAAD3

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

Shades of Seagull #6DAAD3

Tints of Seagull #6DAAD3

Color information

#6DAAD3 (or 0x6DAAD3) is unknown color: approx Seagull. HEX triplet: 6D, AA and D3. RGB value is (109,170,211). Sum of RGB (Red+Green+Blue) = 109+170+211=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #6DAAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAAD3 is #92552C. Grayscale: #9C9C9C. Windows color (decimal): -9590061 or 13871725. OLE color: 13871725.

HSL color Cylindrical-coordinate representation of color #6DAAD3: hue angle of 204.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DAAD3 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB109170211-
CMYK0.480.1900.17
HSL204.12º53.68%62.75%-
HSV(B)204.12º48.34%82.75%-
XYZ32.4436.767-
YUV156.44158.7994.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.24%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 211 (82.81% from 255) = 43.06%
R=22.24%
G=34.69%
B=43.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1091702110.480.1900.17204.1253.6862.75
Hex6DAAD33013011cc363f
Octal15525232360230213146677
Binary110110110101010110100111100001001101000111001100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,211); }

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

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

 a { background-color: rgb(109,170,211); }

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

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

 span { border-color: rgb(109,170,211); }

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