Html Css Color HEX #6DD7CB Downy

📋 copy color: '#6DD7CB'

red 109 ◦ green 215 ◦ blue 203

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

Shades of Downy #6DD7CB

Tints of Downy #6DD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 20.68%
G = 40.8%
B = 38.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#6DD7CB (or 0x6DD7CB) is known color: Downy. HEX triplet: 6D, D7 and CB. RGB value is (109,215,203). Sum of RGB (Red+Green+Blue) = 109+215+203=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7CB is #922834. Grayscale: #B5B5B5. Windows color (decimal): -9578549 or 13358957. OLE color: 13358957.

HSL color Cylindrical-coordinate representation of color #6DD7CB: hue angle of 173.21º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD7CB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 215 203 -
CMYK 0.49 0 0.06 0.16
HSL 173.21º 0.57% 0.64% -
HSV(B) 173.21º 0.49% 0.84% -
XYZ 41.39 56.16 65.16 -
YUV 181.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 109 215 203 0.49 0 0.06 0.16 173.21 0.57 0.64
Hex 6D D7 CB 31 0 6 10 AD 39 40
Octal 155 327 313 61 0 6 20 255 71 100
Binary 1101101 11010111 11001011 110001 0 110 10000 10101101 111001 1000000

Color Harmonies of #6DD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD7CB

Black with #6DD7CB

Text Example


Text Example

White with #6DD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,215,203); }

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

background-color css

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

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

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

border-color css

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

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

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