Html Css Color HEX #6DCAB4 Downy

📋 copy color: '#6DCAB4'

red 109 ◦ green 202 ◦ blue 180

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

Shades of Downy #6DCAB4

Tints of Downy #6DCAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 22.2%
G = 41.14%
B = 36.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#6DCAB4 (or 0x6DCAB4) is known color: Downy. HEX triplet: 6D, CA and B4. RGB value is (109,202,180). Sum of RGB (Red+Green+Blue) = 109+202+180=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAB4 is #92354B. Grayscale: #ABABAB. Windows color (decimal): -9581900 or 11848301. OLE color: 11848301.

HSL color Cylindrical-coordinate representation of color #6DCAB4: hue angle of 165.81º 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 #6DCAB4 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 202 180 -
CMYK 0.46 0 0.11 0.21
HSL 165.81º 0.47% 0.61% -
HSV(B) 165.81º 0.46% 0.79% -
XYZ 35.67 48.79 50.72 -
YUV 171.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 109 202 180 0.46 0 0.11 0.21 165.81 0.47 0.61
Hex 6D CA B4 2E 0 B 15 A6 2F 3D
Octal 155 312 264 56 0 13 25 246 57 75
Binary 1101101 11001010 10110100 101110 0 1011 10101 10100110 101111 111101

Color Harmonies of #6DCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCAB4

Black with #6DCAB4

Text Example


Text Example

White with #6DCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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