Html Css Color HEX #6FDFB9 Downy

📋 copy color: '#6FDFB9'

red 111 ◦ green 223 ◦ blue 185

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

Shades of Downy #6FDFB9

Tints of Downy #6FDFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 21.39%
G = 42.97%
B = 35.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#6FDFB9 (or 0x6FDFB9) is known color: Downy. HEX triplet: 6F, DF and B9. RGB value is (111,223,185). Sum of RGB (Red+Green+Blue) = 111+223+185=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFB9 is #902046. Grayscale: #B9B9B9. Windows color (decimal): -9445447 or 12181359. OLE color: 12181359.

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

Color convert

RGB 111 223 185 -
CMYK 0.50 0 0.17 0.13
HSL 159.64º 0.64% 0.65% -
HSV(B) 159.64º 0.5% 0.87% -
XYZ 41.7 59.66 55.22 -
YUV 185.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 111 223 185 0.50 0 0.17 0.13 159.64 0.64 0.65
Hex 6F DF B9 32 0 11 D A0 40 41
Octal 157 337 271 62 0 21 15 240 100 101
Binary 1101111 11011111 10111001 110010 0 10001 1101 10100000 1000000 1000001

Color Harmonies of #6FDFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFB9

Black with #6FDFB9

Text Example


Text Example

White with #6FDFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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