Html Css Color HEX #6DCAC1 Downy

📋 copy color: '#6DCAC1'

red 109 ◦ green 202 ◦ blue 193

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

Shades of Downy #6DCAC1

Tints of Downy #6DCAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 21.63%
G = 40.08%
B = 38.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#6DCAC1 (or 0x6DCAC1) is known color: Downy. HEX triplet: 6D, CA and C1. RGB value is (109,202,193). Sum of RGB (Red+Green+Blue) = 109+202+193=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAC1 is #92353E. Grayscale: #ADADAD. Windows color (decimal): -9581887 or 12700269. OLE color: 12700269.

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

Color convert

RGB 109 202 193 -
CMYK 0.46 0 0.04 0.21
HSL 174.19º 0.47% 0.61% -
HSV(B) 174.19º 0.46% 0.79% -
XYZ 37.05 49.34 58.02 -
YUV 173.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 109 202 193 0.46 0 0.04 0.21 174.19 0.47 0.61
Hex 6D CA C1 2E 0 4 15 AE 2F 3D
Octal 155 312 301 56 0 4 25 256 57 75
Binary 1101101 11001010 11000001 101110 0 100 10101 10101110 101111 111101

Color Harmonies of #6DCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCAC1

Black with #6DCAC1

Text Example


Text Example

White with #6DCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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