Html Css Color HEX #6FDFBF Downy

📋 copy color: '#6FDFBF'

red 111 ◦ green 223 ◦ blue 191

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

Shades of Downy #6FDFBF

Tints of Downy #6FDFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.38%

R = 21.14%
G = 42.48%
B = 36.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6FDFBF (or 0x6FDFBF) is known color: Downy. HEX triplet: 6F, DF and BF. RGB value is (111,223,191). Sum of RGB (Red+Green+Blue) = 111+223+191=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFBF is #902040. Grayscale: #B9B9B9. Windows color (decimal): -9445441 or 12574575. OLE color: 12574575.

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

Color convert

RGB 111 223 191 -
CMYK 0.50 0 0.14 0.13
HSL 162.86º 0.64% 0.65% -
HSV(B) 162.86º 0.5% 0.87% -
XYZ 42.35 59.92 58.62 -
YUV 185.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 111 223 191 0.50 0 0.14 0.13 162.86 0.64 0.65
Hex 6F DF BF 32 0 E D A3 40 41
Octal 157 337 277 62 0 16 15 243 100 101
Binary 1101111 11011111 10111111 110010 0 1110 1101 10100011 1000000 1000001

Color Harmonies of #6FDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFBF

Black with #6FDFBF

Text Example


Text Example

White with #6FDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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