#6DCBBA

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

Shades of Downy #6DCBBA

Tints of Downy #6DCBBA

Color information

#6DCBBA (or 0x6DCBBA) is unknown color: approx Downy. HEX triplet: 6D, CB and BA. RGB value is (109,203,186). Sum of RGB (Red+Green+Blue) = 109+203+186=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBBA is #923445. Grayscale: #ACACAC. Windows color (decimal): -9581638 or 12241773. OLE color: 12241773.

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

Color convert

RGB109203186-
CMYK0.4600.080.20
HSL169.15º47.47%61.18%-
HSV(B)169.15º46.31%79.61%-
XYZ36.5349.5154.09-
YUV172.96135.3682.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.89%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=21.89%
G=40.76%
B=37.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092031860.4600.080.20169.1547.4761.18
Hex6DCBBA2E0814a92f3d
Octal15531327256010242515775
Binary11011011100101110111010101110010001010010101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,203,186); }

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

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

 a { background-color: rgb(109,203,186); }

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

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

 span { border-color: rgb(109,203,186); }

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