#6DB0D1

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

Shades of Seagull #6DB0D1

Tints of Seagull #6DB0D1

Color information

#6DB0D1 (or 0x6DB0D1) is unknown color: approx Seagull. HEX triplet: 6D, B0 and D1. RGB value is (109,176,209). Sum of RGB (Red+Green+Blue) = 109+176+209=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DB0D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0D1 is #924F2E. Grayscale: #9F9F9F. Windows color (decimal): -9588527 or 13742189. OLE color: 13742189.

HSL color Cylindrical-coordinate representation of color #6DB0D1: hue angle of 199.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DB0D1 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109176209-
CMYK0.480.1600.18
HSL199.8º52.08%62.35%-
HSV(B)199.8º47.85%81.96%-
XYZ33.3438.9166.07-
YUV159.73155.891.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.06%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=22.06%
G=35.63%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091762090.480.1600.18199.852.0862.35
Hex6DB0D13010012c8343e
Octal15526032160200223106476
Binary110110110110000110100011100001000001001011001000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,176,209); }

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

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

 a { background-color: rgb(109,176,209); }

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

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

 span { border-color: rgb(109,176,209); }

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