#69C6B5

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

Shades of Downy #69C6B5

Tints of Downy #69C6B5

Color information

#69C6B5 (or 0x69C6B5) is unknown color: approx Downy. HEX triplet: 69, C6 and B5. RGB value is (105,198,181). Sum of RGB (Red+Green+Blue) = 105+198+181=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6B5 is #96394A. Grayscale: #A8A8A8. Windows color (decimal): -9845067 or 11912809. OLE color: 11912809.

HSL color Cylindrical-coordinate representation of color #69C6B5: hue angle of 169.03º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C6B5 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB105198181-
CMYK0.4700.090.22
HSL169.03º44.93%59.41%-
HSV(B)169.03º46.97%77.65%-
XYZ34.3646.7350.92-
YUV168.26135.1982.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=21.69%
G=40.91%
B=37.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981810.4700.090.22169.0344.9359.41
Hex69C6B52F0916a92d3b
Octal15130626557011262515573
Binary11010011100011010110101101111010011011010101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C6B5; }

 p { color: rgb(105,198,181); }

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

<style>
 a { background-color: #69C6B5; }

 a { background-color: rgb(105,198,181); }

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

<style>
 span { border-color: #69C6B5; }

 span { border-color: rgb(105,198,181); }

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