#69C6BD

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

Shades of Downy #69C6BD

Tints of Downy #69C6BD

Color information

#69C6BD (or 0x69C6BD) is unknown color: approx Downy. HEX triplet: 69, C6 and BD. RGB value is (105,198,189). Sum of RGB (Red+Green+Blue) = 105+198+189=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6BD is #963942. Grayscale: #A9A9A9. Windows color (decimal): -9845059 or 12437097. OLE color: 12437097.

HSL color Cylindrical-coordinate representation of color #69C6BD: hue angle of 174.19º 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 #69C6BD is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB105198189-
CMYK0.4700.050.22
HSL174.19º44.93%59.41%-
HSV(B)174.19º46.97%77.65%-
XYZ35.2147.0755.37-
YUV169.17139.1982.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.34%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=21.34%
G=40.24%
B=38.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981890.4700.050.22174.1944.9359.41
Hex69C6BD2F0516ae2d3b
Octal1513062755705262565573
Binary1101001110001101011110110111101011011010101110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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