#6DABC9

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

Shades of Seagull #6DABC9

Tints of Seagull #6DABC9

Color information

#6DABC9 (or 0x6DABC9) is unknown color: approx Seagull. HEX triplet: 6D, AB and C9. RGB value is (109,171,201). Sum of RGB (Red+Green+Blue) = 109+171+201=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #6DABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABC9 is #925436. Grayscale: #9B9B9B. Windows color (decimal): -9589815 or 13216621. OLE color: 13216621.

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

Color convert

RGB109171201-
CMYK0.460.1500.21
HSL199.57º46%60.78%-
HSV(B)199.57º45.77%78.82%-
XYZ31.4136.5960.67-
YUV155.88153.4694.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=22.66%
G=35.55%
B=41.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091712010.460.1500.21199.574660.78
Hex6DABC92EF015c82e3d
Octal15525331156170253105675
Binary11011011010101111001001101110111101010111001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,171,201); }

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

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

 a { background-color: rgb(109,171,201); }

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

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

 span { border-color: rgb(109,171,201); }

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