Html Css Color HEX #6FDAB6 Downy

📋 copy color: '#6FDAB6'

red 111 ◦ green 218 ◦ blue 182

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

Shades of Downy #6FDAB6

Tints of Downy #6FDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

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

R = 21.72%
G = 42.66%
B = 35.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#6FDAB6 (or 0x6FDAB6) is known color: Downy. HEX triplet: 6F, DA and B6. RGB value is (111,218,182). Sum of RGB (Red+Green+Blue) = 111+218+182=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAB6 is #902549. Grayscale: #B5B5B5. Windows color (decimal): -9446730 or 11983471. OLE color: 11983471.

HSL color Cylindrical-coordinate representation of color #6FDAB6: hue angle of 159.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAB6 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 218 182 -
CMYK 0.49 0 0.17 0.15
HSL 159.81º 0.59% 0.65% -
HSV(B) 159.81º 0.49% 0.85% -
XYZ 40.07 56.9 53.13 -
YUV 181.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 111 218 182 0.49 0 0.17 0.15 159.81 0.59 0.65
Hex 6F DA B6 31 0 11 F A0 3B 41
Octal 157 332 266 61 0 21 17 240 73 101
Binary 1101111 11011010 10110110 110001 0 10001 1111 10100000 111011 1000001

Color Harmonies of #6FDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAB6

Black with #6FDAB6

Text Example


Text Example

White with #6FDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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