Html Css Color HEX #6DD8CC Downy

📋 copy color: '#6DD8CC'

red 109 ◦ green 216 ◦ blue 204

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

Shades of Downy #6DD8CC

Tints of Downy #6DD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.83%

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

R = 20.6%
G = 40.83%
B = 38.56%

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

#6DD8CC (or 0x6DD8CC) is known color: Downy. HEX triplet: 6D, D8 and CC. RGB value is (109,216,204). Sum of RGB (Red+Green+Blue) = 109+216+204=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8CC is #922733. Grayscale: #B6B6B6. Windows color (decimal): -9578292 or 13424749. OLE color: 13424749.

HSL color Cylindrical-coordinate representation of color #6DD8CC: hue angle of 173.27º degrees, saturation: 0.58, 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 #6DD8CC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 216 204 -
CMYK 0.50 0 0.06 0.15
HSL 173.27º 0.58% 0.64% -
HSV(B) 173.27º 0.5% 0.85% -
XYZ 41.76 56.72 65.87 -
YUV 182.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 109 216 204 0.50 0 0.06 0.15 173.27 0.58 0.64
Hex 6D D8 CC 32 0 6 F AD 3A 40
Octal 155 330 314 62 0 6 17 255 72 100
Binary 1101101 11011000 11001100 110010 0 110 1111 10101101 111010 1000000

Color Harmonies of #6DD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8CC

Black with #6DD8CC

Text Example


Text Example

White with #6DD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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