#69CBB9

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

Shades of Downy #69CBB9

Tints of Downy #69CBB9

Color information

#69CBB9 (or 0x69CBB9) is unknown color: approx Downy. HEX triplet: 69, CB and B9. RGB value is (105,203,185). Sum of RGB (Red+Green+Blue) = 105+203+185=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CBB9 is #963446. Grayscale: #ABABAB. Windows color (decimal): -9843783 or 12176233. OLE color: 12176233.

HSL color Cylindrical-coordinate representation of color #69CBB9: hue angle of 168.98º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CBB9 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB105203185-
CMYK0.4800.090.20
HSL168.98º48.51%60.39%-
HSV(B)168.98º48.28%79.61%-
XYZ35.9449.2253.5-
YUV171.65135.5380.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=21.30%
G=41.18%
B=37.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031850.4800.090.20168.9848.5160.39
Hex69CBB9300914a9313c
Octal15131327160011242516174
Binary11010011100101110111001110000010011010010101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,185); }

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

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

 a { background-color: rgb(105,203,185); }

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

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

 span { border-color: rgb(105,203,185); }

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