Html Css Color HEX #69CBB9 Downy

📋 copy color: '#69CBB9'

red 105 ◦ green 203 ◦ blue 185

#69CBB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #69CBB9

Tints of Downy #69CBB9

RGB

 RED value IS 105 (41.41% from 255) = 21.3%

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 21.3%
G = 41.18%
B = 37.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#69CBB9 (or 0x69CBB9) is known color: 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

RGB 105 203 185 -
CMYK 0.48 0 0.09 0.20
HSL 168.98º 0.49% 0.6% -
HSV(B) 168.98º 0.48% 0.8% -
XYZ 35.94 49.22 53.5 -
YUV 171.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 105 203 185 0.48 0 0.09 0.20 168.98 0.49 0.6
Hex 69 CB B9 30 0 9 14 A9 31 3C
Octal 151 313 271 60 0 11 24 251 61 74
Binary 1101001 11001011 10111001 110000 0 1001 10100 10101001 110001 111100

Color Harmonies of #69CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBB9

Black with #69CBB9

Text Example


Text Example

White with #69CBB9

Text Example


Text Example

HTML Codes & Css Web 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>