Html Css Color HEX #6DCDCD Downy

📋 copy color: '#6DCDCD'

red 109 ◦ green 205 ◦ blue 205

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

Shades of Downy #6DCDCD

Tints of Downy #6DCDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 21%
G = 39.5%
B = 39.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DCDCD (or 0x6DCDCD) is known color: Downy. HEX triplet: 6D, CD and CD. RGB value is (109,205,205). Sum of RGB (Red+Green+Blue) = 109+205+205=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #6DCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDCD is #923232. Grayscale: #B0B0B0. Windows color (decimal): -9581107 or 13487469. OLE color: 13487469.

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

Color convert

RGB 109 205 205 -
CMYK 0.47 0 0 0.20
HSL 180º 0.49% 0.62% -
HSV(B) 180º 0.47% 0.8% -
XYZ 39.16 51.32 65.6 -
YUV 176.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 109 205 205 0.47 0 0 0.20 180 0.49 0.62
Hex 6D CD CD 2F 0 0 14 B4 31 3E
Octal 155 315 315 57 0 0 24 264 61 76
Binary 1101101 11001101 11001101 101111 0 0 10100 10110100 110001 111110

Color Harmonies of #6DCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDCD

Black with #6DCDCD

Text Example


Text Example

White with #6DCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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