Html Css Color HEX #6DCDC3 Downy

📋 copy color: '#6DCDC3'

red 109 ◦ green 205 ◦ blue 195

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

Shades of Downy #6DCDC3

Tints of Downy #6DCDC3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 21.41%
G = 40.28%
B = 38.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#6DCDC3 (or 0x6DCDC3) is known color: Downy. HEX triplet: 6D, CD and C3. RGB value is (109,205,195). Sum of RGB (Red+Green+Blue) = 109+205+195=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC3 is #92323C. Grayscale: #AFAFAF. Windows color (decimal): -9581117 or 12832109. OLE color: 12832109.

HSL color Cylindrical-coordinate representation of color #6DCDC3: hue angle of 173.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDC3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 195 -
CMYK 0.47 0 0.05 0.20
HSL 173.75º 0.49% 0.62% -
HSV(B) 173.75º 0.47% 0.8% -
XYZ 37.99 50.85 59.44 -
YUV 175.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 109 205 195 0.47 0 0.05 0.20 173.75 0.49 0.62
Hex 6D CD C3 2F 0 5 14 AE 31 3E
Octal 155 315 303 57 0 5 24 256 61 76
Binary 1101101 11001101 11000011 101111 0 101 10100 10101110 110001 111110

Color Harmonies of #6DCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDC3

Black with #6DCDC3

Text Example


Text Example

White with #6DCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,205,195); }

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

background-color css

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

 a { background-color: rgb(109,205,195); }

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

border-color css

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

 span { border-color: rgb(109,205,195); }

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