Html Css Color HEX #6DCABD Downy

📋 copy color: '#6DCABD'

red 109 ◦ green 202 ◦ blue 189

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

Shades of Downy #6DCABD

Tints of Downy #6DCABD

RGB

 RED value IS 109 (42.97% from 255) = 21.8%

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 21.8%
G = 40.4%
B = 37.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6DCABD (or 0x6DCABD) is known color: Downy. HEX triplet: 6D, CA and BD. RGB value is (109,202,189). Sum of RGB (Red+Green+Blue) = 109+202+189=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABD is #923542. Grayscale: #ACACAC. Windows color (decimal): -9581891 or 12438125. OLE color: 12438125.

HSL color Cylindrical-coordinate representation of color #6DCABD: hue angle of 171.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCABD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 202 189 -
CMYK 0.46 0 0.06 0.21
HSL 171.61º 0.47% 0.61% -
HSV(B) 171.61º 0.46% 0.79% -
XYZ 36.61 49.17 55.7 -
YUV 172.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 109 202 189 0.46 0 0.06 0.21 171.61 0.47 0.61
Hex 6D CA BD 2E 0 6 15 AC 2F 3D
Octal 155 312 275 56 0 6 25 254 57 75
Binary 1101101 11001010 10111101 101110 0 110 10101 10101100 101111 111101

Color Harmonies of #6DCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCABD

Black with #6DCABD

Text Example


Text Example

White with #6DCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DCABD; }

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

 H1.HeaderClassName
 {
   color: #6DCABD;
 }
 .AnyTagClassName
 {
   color: #6DCABD;
 }
</style>

background-color css

<style>
 a { background-color: #6DCABD; }

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

 div.DivClassName
 {
   background-color: #6DCABD;
 }
 .BgClassName
 {
   background-color: #6DCABD;
 }
</style>

border-color css

<style>
 span { border-color: #6DCABD; }

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

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