Html Css Color HEX #6DCDCA Downy

📋 copy color: '#6DCDCA'

red 109 ◦ green 205 ◦ blue 202

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

Shades of Downy #6DCDCA

Tints of Downy #6DCDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 21.12%
G = 39.73%
B = 39.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6DCDCA (or 0x6DCDCA) is known color: Downy. HEX triplet: 6D, CD and CA. RGB value is (109,205,202). Sum of RGB (Red+Green+Blue) = 109+205+202=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDCA is #923235. Grayscale: #AFAFAF. Windows color (decimal): -9581110 or 13290861. OLE color: 13290861.

HSL color Cylindrical-coordinate representation of color #6DCDCA: hue angle of 178.12º 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 #6DCDCA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 202 -
CMYK 0.47 0 0.01 0.20
HSL 178.13º 0.49% 0.62% -
HSV(B) 178.13º 0.47% 0.8% -
XYZ 38.8 51.18 63.71 -
YUV 175.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 109 205 202 0.47 0 0.01 0.20 178.13 0.49 0.62
Hex 6D CD CA 2F 0 1 14 B2 31 3E
Octal 155 315 312 57 0 1 24 262 61 76
Binary 1101101 11001101 11001010 101111 0 1 10100 10110010 110001 111110

Color Harmonies of #6DCDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDCA

Black with #6DCDCA

Text Example


Text Example

White with #6DCDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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