Html Css Color HEX #6DC6BD Downy

📋 copy color: '#6DC6BD'

red 109 ◦ green 198 ◦ blue 189

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

Shades of Downy #6DC6BD

Tints of Downy #6DC6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 21.98%
G = 39.92%
B = 38.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#6DC6BD (or 0x6DC6BD) is known color: Downy. HEX triplet: 6D, C6 and BD. RGB value is (109,198,189). Sum of RGB (Red+Green+Blue) = 109+198+189=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6BD is #923942. Grayscale: #AAAAAA. Windows color (decimal): -9582915 or 12437101. OLE color: 12437101.

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

Color convert

RGB 109 198 189 -
CMYK 0.45 0 0.05 0.22
HSL 173.93º 0.44% 0.6% -
HSV(B) 173.93º 0.45% 0.78% -
XYZ 35.69 47.31 55.4 -
YUV 170.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 109 198 189 0.45 0 0.05 0.22 173.93 0.44 0.6
Hex 6D C6 BD 2D 0 5 16 AE 2C 3C
Octal 155 306 275 55 0 5 26 256 54 74
Binary 1101101 11000110 10111101 101101 0 101 10110 10101110 101100 111100

Color Harmonies of #6DC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC6BD

Black with #6DC6BD

Text Example


Text Example

White with #6DC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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