Html Css Color HEX #6FDCB6 Downy

📋 copy color: '#6FDCB6'

red 111 ◦ green 220 ◦ blue 182

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

Shades of Downy #6FDCB6

Tints of Downy #6FDCB6

RGB

 RED value IS 111 (43.75% from 255) = 21.64%

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 21.64%
G = 42.88%
B = 35.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#6FDCB6 (or 0x6FDCB6) is known color: Downy. HEX triplet: 6F, DC and B6. RGB value is (111,220,182). Sum of RGB (Red+Green+Blue) = 111+220+182=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCB6 is #902349. Grayscale: #B7B7B7. Windows color (decimal): -9446218 or 11983983. OLE color: 11983983.

HSL color Cylindrical-coordinate representation of color #6FDCB6: hue angle of 159.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCB6 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 182 -
CMYK 0.50 0 0.17 0.14
HSL 159.08º 0.61% 0.65% -
HSV(B) 159.08º 0.5% 0.86% -
XYZ 40.59 57.94 53.3 -
YUV 183.08 127.39 76.59 -
System Red Green Blue C M Y K H S L
Decimal 111 220 182 0.50 0 0.17 0.14 159.08 0.61 0.65
Hex 6F DC B6 32 0 11 E 9F 3D 41
Octal 157 334 266 62 0 21 16 237 75 101
Binary 1101111 11011100 10110110 110010 0 10001 1110 10011111 111101 1000001

Color Harmonies of #6FDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCB6

Black with #6FDCB6

Text Example


Text Example

White with #6FDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,182); }

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

background-color css

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

 a { background-color: rgb(111,220,182); }

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

border-color css

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

 span { border-color: rgb(111,220,182); }

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