Html Css Color HEX #6FDAB8 Downy

📋 copy color: '#6FDAB8'

red 111 ◦ green 218 ◦ blue 184

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

Shades of Downy #6FDAB8

Tints of Downy #6FDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

 BLUE value IS 184 (72.27% from 255) = 35.87%

R = 21.64%
G = 42.5%
B = 35.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#6FDAB8 (or 0x6FDAB8) is known color: Downy. HEX triplet: 6F, DA and B8. RGB value is (111,218,184). Sum of RGB (Red+Green+Blue) = 111+218+184=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAB8 is #902547. Grayscale: #B6B6B6. Windows color (decimal): -9446728 or 12114543. OLE color: 12114543.

HSL color Cylindrical-coordinate representation of color #6FDAB8: hue angle of 160.93º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAB8 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 218 184 -
CMYK 0.49 0 0.16 0.15
HSL 160.93º 0.59% 0.65% -
HSV(B) 160.93º 0.49% 0.85% -
XYZ 40.28 56.98 54.22 -
YUV 182.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 111 218 184 0.49 0 0.16 0.15 160.93 0.59 0.65
Hex 6F DA B8 31 0 10 F A1 3B 41
Octal 157 332 270 61 0 20 17 241 73 101
Binary 1101111 11011010 10111000 110001 0 10000 1111 10100001 111011 1000001

Color Harmonies of #6FDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAB8

Black with #6FDAB8

Text Example


Text Example

White with #6FDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,218,184); }

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

background-color css

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

 a { background-color: rgb(111,218,184); }

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

border-color css

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

 span { border-color: rgb(111,218,184); }

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