Html Css Color HEX #6FDFB7 Downy

📋 copy color: '#6FDFB7'

red 111 ◦ green 223 ◦ blue 183

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

Shades of Downy #6FDFB7

Tints of Downy #6FDFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 21.47%
G = 43.13%
B = 35.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#6FDFB7 (or 0x6FDFB7) is known color: Downy. HEX triplet: 6F, DF and B7. RGB value is (111,223,183). Sum of RGB (Red+Green+Blue) = 111+223+183=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFB7 is #902048. Grayscale: #B9B9B9. Windows color (decimal): -9445449 or 12050287. OLE color: 12050287.

HSL color Cylindrical-coordinate representation of color #6FDFB7: hue angle of 158.57º 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 #6FDFB7 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 223 183 -
CMYK 0.50 0 0.18 0.13
HSL 158.57º 0.64% 0.65% -
HSV(B) 158.57º 0.5% 0.87% -
XYZ 41.49 59.57 54.11 -
YUV 184.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 111 223 183 0.50 0 0.18 0.13 158.57 0.64 0.65
Hex 6F DF B7 32 0 12 D 9F 40 41
Octal 157 337 267 62 0 22 15 237 100 101
Binary 1101111 11011111 10110111 110010 0 10010 1101 10011111 1000000 1000001

Color Harmonies of #6FDFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFB7

Black with #6FDFB7

Text Example


Text Example

White with #6FDFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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