Html Css Color HEX #6DCAC6 Downy

📋 copy color: '#6DCAC6'

red 109 ◦ green 202 ◦ blue 198

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

Shades of Downy #6DCAC6

Tints of Downy #6DCAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 21.41%
G = 39.69%
B = 38.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#6DCAC6 (or 0x6DCAC6) is known color: Downy. HEX triplet: 6D, CA and C6. RGB value is (109,202,198). Sum of RGB (Red+Green+Blue) = 109+202+198=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAC6 is #923539. Grayscale: #ADADAD. Windows color (decimal): -9581882 or 13027949. OLE color: 13027949.

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

Color convert

RGB 109 202 198 -
CMYK 0.46 0 0.02 0.21
HSL 177.42º 0.47% 0.61% -
HSV(B) 177.42º 0.46% 0.79% -
XYZ 37.62 49.57 61.01 -
YUV 173.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 109 202 198 0.46 0 0.02 0.21 177.42 0.47 0.61
Hex 6D CA C6 2E 0 2 15 B1 2F 3D
Octal 155 312 306 56 0 2 25 261 57 75
Binary 1101101 11001010 11000110 101110 0 10 10101 10110001 101111 111101

Color Harmonies of #6DCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCAC6

Black with #6DCAC6

Text Example


Text Example

White with #6DCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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