#69CABD

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

Shades of Downy #69CABD

Tints of Downy #69CABD

Color information

#69CABD (or 0x69CABD) is unknown color: approx Downy. HEX triplet: 69, CA and BD. RGB value is (105,202,189). Sum of RGB (Red+Green+Blue) = 105+202+189=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #69CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CABD is #963542. Grayscale: #ABABAB. Windows color (decimal): -9844035 or 12438121. OLE color: 12438121.

HSL color Cylindrical-coordinate representation of color #69CABD: hue angle of 171.96º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CABD is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB105202189-
CMYK0.4800.060.21
HSL171.96º47.78%60.2%-
HSV(B)171.96º48.02%79.22%-
XYZ36.1348.9255.68-
YUV171.52137.8680.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=21.17%
G=40.73%
B=38.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021890.4800.060.21171.9647.7860.2
Hex69CABD300615ac303c
Octal1513122756006252546074
Binary1101001110010101011110111000001101010110101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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