#69C6C1

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

Shades of Downy #69C6C1

Tints of Downy #69C6C1

Color information

#69C6C1 (or 0x69C6C1) is unknown color: approx Downy. HEX triplet: 69, C6 and C1. RGB value is (105,198,193). Sum of RGB (Red+Green+Blue) = 105+198+193=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6C1 is #96393E. Grayscale: #A9A9A9. Windows color (decimal): -9845055 or 12699241. OLE color: 12699241.

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

Color convert

RGB105198193-
CMYK0.4700.030.22
HSL176.77º44.93%59.41%-
HSV(B)176.77º46.97%77.65%-
XYZ35.6547.2457.69-
YUV169.62141.1981.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=21.17%
G=39.92%
B=38.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981930.4700.030.22176.7744.9359.41
Hex69C6C12F0316b12d3b
Octal1513063015703262615573
Binary110100111000110110000011011110111011010110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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