Html Css Color HEX #6DD3CC Downy

📋 copy color: '#6DD3CC'

red 109 ◦ green 211 ◦ blue 204

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

Shades of Downy #6DD3CC

Tints of Downy #6DD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

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

R = 20.8%
G = 40.27%
B = 38.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#6DD3CC (or 0x6DD3CC) is known color: Downy. HEX triplet: 6D, D3 and CC. RGB value is (109,211,204). Sum of RGB (Red+Green+Blue) = 109+211+204=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3CC is #922C33. Grayscale: #B3B3B3. Windows color (decimal): -9579572 or 13423469. OLE color: 13423469.

HSL color Cylindrical-coordinate representation of color #6DD3CC: hue angle of 175.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD3CC is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 109 211 204 -
CMYK 0.48 0 0.03 0.17
HSL 175.88º 0.54% 0.63% -
HSV(B) 175.88º 0.48% 0.83% -
XYZ 40.5 54.2 65.45 -
YUV 179.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 109 211 204 0.48 0 0.03 0.17 175.88 0.54 0.63
Hex 6D D3 CC 30 0 3 11 B0 36 3F
Octal 155 323 314 60 0 3 21 260 66 77
Binary 1101101 11010011 11001100 110000 0 11 10001 10110000 110110 111111

Color Harmonies of #6DD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD3CC

Black with #6DD3CC

Text Example


Text Example

White with #6DD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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