Html Css Color HEX #6DD9CC Downy

📋 copy color: '#6DD9CC'

red 109 ◦ green 217 ◦ blue 204

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

Shades of Downy #6DD9CC

Tints of Downy #6DD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 20.57%
G = 40.94%
B = 38.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6DD9CC (or 0x6DD9CC) is known color: Downy. HEX triplet: 6D, D9 and CC. RGB value is (109,217,204). Sum of RGB (Red+Green+Blue) = 109+217+204=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9CC is #922633. Grayscale: #B7B7B7. Windows color (decimal): -9578036 or 13425005. OLE color: 13425005.

HSL color Cylindrical-coordinate representation of color #6DD9CC: hue angle of 172.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD9CC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 217 204 -
CMYK 0.50 0 0.06 0.15
HSL 172.78º 0.59% 0.64% -
HSV(B) 172.78º 0.5% 0.85% -
XYZ 42.02 57.24 65.96 -
YUV 183.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 109 217 204 0.50 0 0.06 0.15 172.78 0.59 0.64
Hex 6D D9 CC 32 0 6 F AD 3B 40
Octal 155 331 314 62 0 6 17 255 73 100
Binary 1101101 11011001 11001100 110010 0 110 1111 10101101 111011 1000000

Color Harmonies of #6DD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD9CC

Black with #6DD9CC

Text Example


Text Example

White with #6DD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,217,204); }

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

background-color css

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

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

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

border-color css

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

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

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