Html Css Color HEX #6DD0CC Downy

📋 copy color: '#6DD0CC'

red 109 ◦ green 208 ◦ blue 204

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

Shades of Downy #6DD0CC

Tints of Downy #6DD0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

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

R = 20.92%
G = 39.92%
B = 39.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#6DD0CC (or 0x6DD0CC) is known color: Downy. HEX triplet: 6D, D0 and CC. RGB value is (109,208,204). Sum of RGB (Red+Green+Blue) = 109+208+204=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD0CC is #922F33. Grayscale: #B1B1B1. Windows color (decimal): -9580340 or 13422701. OLE color: 13422701.

HSL color Cylindrical-coordinate representation of color #6DD0CC: hue angle of 177.58º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD0CC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 208 204 -
CMYK 0.48 0 0.02 0.18
HSL 177.58º 0.51% 0.62% -
HSV(B) 177.58º 0.48% 0.82% -
XYZ 39.76 52.72 65.21 -
YUV 177.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 109 208 204 0.48 0 0.02 0.18 177.58 0.51 0.62
Hex 6D D0 CC 30 0 2 12 B2 33 3E
Octal 155 320 314 60 0 2 22 262 63 76
Binary 1101101 11010000 11001100 110000 0 10 10010 10110010 110011 111110

Color Harmonies of #6DD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD0CC

Black with #6DD0CC

Text Example


Text Example

White with #6DD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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