Html Css Color HEX #6FDFBB Downy

📋 copy color: '#6FDFBB'

red 111 ◦ green 223 ◦ blue 187

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

Shades of Downy #6FDFBB

Tints of Downy #6FDFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 21.31%
G = 42.8%
B = 35.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6FDFBB (or 0x6FDFBB) is known color: Downy. HEX triplet: 6F, DF and BB. RGB value is (111,223,187). Sum of RGB (Red+Green+Blue) = 111+223+187=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFBB is #902044. Grayscale: #B9B9B9. Windows color (decimal): -9445445 or 12312431. OLE color: 12312431.

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

Color convert

RGB 111 223 187 -
CMYK 0.50 0 0.16 0.13
HSL 160.71º 0.64% 0.65% -
HSV(B) 160.71º 0.5% 0.87% -
XYZ 41.91 59.74 56.34 -
YUV 185.41 128.89 74.93 -
System Red Green Blue C M Y K H S L
Decimal 111 223 187 0.50 0 0.16 0.13 160.71 0.64 0.65
Hex 6F DF BB 32 0 10 D A1 40 41
Octal 157 337 273 62 0 20 15 241 100 101
Binary 1101111 11011111 10111011 110010 0 10000 1101 10100001 1000000 1000001

Color Harmonies of #6FDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFBB

Black with #6FDFBB

Text Example


Text Example

White with #6FDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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