Html Css Color HEX #6DD2CC Downy

📋 copy color: '#6DD2CC'

red 109 ◦ green 210 ◦ blue 204

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

Shades of Downy #6DD2CC

Tints of Downy #6DD2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 20.84%
G = 40.15%
B = 39.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#6DD2CC (or 0x6DD2CC) is known color: Downy. HEX triplet: 6D, D2 and CC. RGB value is (109,210,204). Sum of RGB (Red+Green+Blue) = 109+210+204=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2CC is #922D33. Grayscale: #B3B3B3. Windows color (decimal): -9579828 or 13423213. OLE color: 13423213.

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

Color convert

RGB 109 210 204 -
CMYK 0.48 0 0.03 0.18
HSL 176.44º 0.53% 0.63% -
HSV(B) 176.44º 0.48% 0.82% -
XYZ 40.25 53.7 65.37 -
YUV 179.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 109 210 204 0.48 0 0.03 0.18 176.44 0.53 0.63
Hex 6D D2 CC 30 0 3 12 B0 35 3F
Octal 155 322 314 60 0 3 22 260 65 77
Binary 1101101 11010010 11001100 110000 0 11 10010 10110000 110101 111111

Color Harmonies of #6DD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD2CC

Black with #6DD2CC

Text Example


Text Example

White with #6DD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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