Html Css Color HEX #6FDAB9 Downy

📋 copy color: '#6FDAB9'

red 111 ◦ green 218 ◦ blue 185

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

Shades of Downy #6FDAB9

Tints of Downy #6FDAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 21.6%
G = 42.41%
B = 35.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#6FDAB9 (or 0x6FDAB9) is known color: Downy. HEX triplet: 6F, DA and B9. RGB value is (111,218,185). Sum of RGB (Red+Green+Blue) = 111+218+185=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAB9 is #902546. Grayscale: #B6B6B6. Windows color (decimal): -9446727 or 12180079. OLE color: 12180079.

HSL color Cylindrical-coordinate representation of color #6FDAB9: hue angle of 161.5º 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 #6FDAB9 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 218 185 -
CMYK 0.49 0 0.15 0.15
HSL 161.5º 0.59% 0.65% -
HSV(B) 161.5º 0.49% 0.85% -
XYZ 40.38 57.03 54.78 -
YUV 182.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 111 218 185 0.49 0 0.15 0.15 161.5 0.59 0.65
Hex 6F DA B9 31 0 F F A1 3B 41
Octal 157 332 271 61 0 17 17 241 73 101
Binary 1101111 11011010 10111001 110001 0 1111 1111 10100001 111011 1000001

Color Harmonies of #6FDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAB9

Black with #6FDAB9

Text Example


Text Example

White with #6FDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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