Html Css Color HEX #6DE1D3 Downy

📋 copy color: '#6DE1D3'

red 109 ◦ green 225 ◦ blue 211

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

Shades of Downy #6DE1D3

Tints of Downy #6DE1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.28%

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 20%
G = 41.28%
B = 38.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#6DE1D3 (or 0x6DE1D3) is known color: Downy. HEX triplet: 6D, E1 and D3. RGB value is (109,225,211). Sum of RGB (Red+Green+Blue) = 109+225+211=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE1D3 is #921E2C. Grayscale: #BCBCBC. Windows color (decimal): -9575981 or 13885805. OLE color: 13885805.

HSL color Cylindrical-coordinate representation of color #6DE1D3: hue angle of 172.76º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE1D3 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 109 225 211 -
CMYK 0.52 0 0.06 0.12
HSL 172.76º 0.66% 0.65% -
HSV(B) 172.76º 0.52% 0.88% -
XYZ 44.99 61.8 71.19 -
YUV 188.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 109 225 211 0.52 0 0.06 0.12 172.76 0.66 0.65
Hex 6D E1 D3 34 0 6 C AD 42 41
Octal 155 341 323 64 0 6 14 255 102 101
Binary 1101101 11100001 11010011 110100 0 110 1100 10101101 1000010 1000001

Color Harmonies of #6DE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE1D3

Black with #6DE1D3

Text Example


Text Example

White with #6DE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,225,211); }

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

background-color css

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

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

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

border-color css

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

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

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