#6DB6CD

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

Shades of Seagull #6DB6CD

Tints of Seagull #6DB6CD

Color information

#6DB6CD (or 0x6DB6CD) is unknown color: approx Seagull. HEX triplet: 6D, B6 and CD. RGB value is (109,182,205). Sum of RGB (Red+Green+Blue) = 109+182+205=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6CD is #924932. Grayscale: #A2A2A2. Windows color (decimal): -9586995 or 13481581. OLE color: 13481581.

HSL color Cylindrical-coordinate representation of color #6DB6CD: hue angle of 194.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DB6CD is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109182205-
CMYK0.470.1100.20
HSL194.38º48.98%61.57%-
HSV(B)194.38º46.83%80.39%-
XYZ34.0541.1163.9-
YUV162.79151.8289.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=21.98%
G=36.69%
B=41.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091822050.470.1100.20194.3848.9861.57
Hex6DB6CD2FB014c2313e
Octal15526631557130243026176
Binary11011011011011011001101101111101101010011000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,182,205); }

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

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

 a { background-color: rgb(109,182,205); }

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

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

 span { border-color: rgb(109,182,205); }

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