Html Css Color HEX #6DC6C0 Downy

📋 copy color: '#6DC6C0'

red 109 ◦ green 198 ◦ blue 192

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

Shades of Downy #6DC6C0

Tints of Downy #6DC6C0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.68%

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 21.84%
G = 39.68%
B = 38.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#6DC6C0 (or 0x6DC6C0) is known color: Downy. HEX triplet: 6D, C6 and C0. RGB value is (109,198,192). Sum of RGB (Red+Green+Blue) = 109+198+192=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6C0 is #92393F. Grayscale: #AAAAAA. Windows color (decimal): -9582912 or 12633709. OLE color: 12633709.

HSL color Cylindrical-coordinate representation of color #6DC6C0: hue angle of 175.96º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC6C0 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 198 192 -
CMYK 0.45 0 0.03 0.22
HSL 175.96º 0.44% 0.6% -
HSV(B) 175.96º 0.45% 0.78% -
XYZ 36.02 47.45 57.13 -
YUV 170.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 109 198 192 0.45 0 0.03 0.22 175.96 0.44 0.6
Hex 6D C6 C0 2D 0 3 16 B0 2C 3C
Octal 155 306 300 55 0 3 26 260 54 74
Binary 1101101 11000110 11000000 101101 0 11 10110 10110000 101100 111100

Color Harmonies of #6DC6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC6C0

Black with #6DC6C0

Text Example


Text Example

White with #6DC6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,198,192); }

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

background-color css

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

 a { background-color: rgb(109,198,192); }

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

border-color css

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

 span { border-color: rgb(109,198,192); }

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