Html Css Color HEX #6FDFBA Downy

📋 copy color: '#6FDFBA'

red 111 ◦ green 223 ◦ blue 186

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

Shades of Downy #6FDFBA

Tints of Downy #6FDFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 21.35%
G = 42.88%
B = 35.77%

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

#6FDFBA (or 0x6FDFBA) is known color: Downy. HEX triplet: 6F, DF and BA. RGB value is (111,223,186). Sum of RGB (Red+Green+Blue) = 111+223+186=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFBA is #902045. Grayscale: #B9B9B9. Windows color (decimal): -9445446 or 12246895. OLE color: 12246895.

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

Color convert

RGB 111 223 186 -
CMYK 0.50 0 0.17 0.13
HSL 160.18º 0.64% 0.65% -
HSV(B) 160.18º 0.5% 0.87% -
XYZ 41.81 59.7 55.77 -
YUV 185.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 111 223 186 0.50 0 0.17 0.13 160.18 0.64 0.65
Hex 6F DF BA 32 0 11 D A0 40 41
Octal 157 337 272 62 0 21 15 240 100 101
Binary 1101111 11011111 10111010 110010 0 10001 1101 10100000 1000000 1000001

Color Harmonies of #6FDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFBA

Black with #6FDFBA

Text Example


Text Example

White with #6FDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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