#69C6BF

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

Shades of Downy #69C6BF

Tints of Downy #69C6BF

Color information

#69C6BF (or 0x69C6BF) is unknown color: approx Downy. HEX triplet: 69, C6 and BF. RGB value is (105,198,191). Sum of RGB (Red+Green+Blue) = 105+198+191=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6BF is #963940. Grayscale: #A9A9A9. Windows color (decimal): -9845057 or 12568169. OLE color: 12568169.

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

Color convert

RGB105198191-
CMYK0.4700.040.22
HSL175.48º44.93%59.41%-
HSV(B)175.48º46.97%77.65%-
XYZ35.4247.1556.52-
YUV169.4140.1982.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 191 (75% from 255) = 38.66%
R=21.26%
G=40.08%
B=38.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981910.4700.040.22175.4844.9359.41
Hex69C6BF2F0416af2d3b
Octal1513062775704262575573
Binary1101001110001101011111110111101001011010101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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