Html Css Color HEX #6DC6BE Downy

📋 copy color: '#6DC6BE'

red 109 ◦ green 198 ◦ blue 190

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

Shades of Downy #6DC6BE

Tints of Downy #6DC6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 21.93%
G = 39.84%
B = 38.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#6DC6BE (or 0x6DC6BE) is known color: Downy. HEX triplet: 6D, C6 and BE. RGB value is (109,198,190). Sum of RGB (Red+Green+Blue) = 109+198+190=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6BE is #923941. Grayscale: #AAAAAA. Windows color (decimal): -9582914 or 12502637. OLE color: 12502637.

HSL color Cylindrical-coordinate representation of color #6DC6BE: hue angle of 174.61º 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 #6DC6BE is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 198 190 -
CMYK 0.45 0 0.04 0.22
HSL 174.61º 0.44% 0.6% -
HSV(B) 174.61º 0.45% 0.78% -
XYZ 35.8 47.36 55.97 -
YUV 170.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 109 198 190 0.45 0 0.04 0.22 174.61 0.44 0.6
Hex 6D C6 BE 2D 0 4 16 AF 2C 3C
Octal 155 306 276 55 0 4 26 257 54 74
Binary 1101101 11000110 10111110 101101 0 100 10110 10101111 101100 111100

Color Harmonies of #6DC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC6BE

Black with #6DC6BE

Text Example


Text Example

White with #6DC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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