#6DABD3

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

Shades of Seagull #6DABD3

Tints of Seagull #6DABD3

Color information

#6DABD3 (or 0x6DABD3) is unknown color: approx Seagull. HEX triplet: 6D, AB and D3. RGB value is (109,171,211). Sum of RGB (Red+Green+Blue) = 109+171+211=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #6DABD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABD3 is #92542C. Grayscale: #9C9C9C. Windows color (decimal): -9589805 or 13871981. OLE color: 13871981.

HSL color Cylindrical-coordinate representation of color #6DABD3: hue angle of 203.53º 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 #6DABD3 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB109171211-
CMYK0.480.1900.17
HSL203.53º53.68%62.75%-
HSV(B)203.53º48.34%82.75%-
XYZ32.6337.0867.07-
YUV157.02158.4693.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 211 (82.81% from 255) = 42.97%
R=22.20%
G=34.83%
B=42.97%

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
Decimal1091712110.480.1900.17203.5353.6862.75
Hex6DABD33013011cc363f
Octal15525332360230213146677
Binary110110110101011110100111100001001101000111001100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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