Html Css Color HEX #6FDAB7 Downy

📋 copy color: '#6FDAB7'

red 111 ◦ green 218 ◦ blue 183

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

Shades of Downy #6FDAB7

Tints of Downy #6FDAB7

RGB

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

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

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

R = 21.68%
G = 42.58%
B = 35.74%

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

#6FDAB7 (or 0x6FDAB7) is known color: Downy. HEX triplet: 6F, DA and B7. RGB value is (111,218,183). Sum of RGB (Red+Green+Blue) = 111+218+183=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAB7 is #902548. Grayscale: #B6B6B6. Windows color (decimal): -9446729 or 12049007. OLE color: 12049007.

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

Color convert

RGB 111 218 183 -
CMYK 0.49 0 0.16 0.15
HSL 160.37º 0.59% 0.65% -
HSV(B) 160.37º 0.49% 0.85% -
XYZ 40.17 56.94 53.67 -
YUV 182.02 128.55 77.35 -
System Red Green Blue C M Y K H S L
Decimal 111 218 183 0.49 0 0.16 0.15 160.37 0.59 0.65
Hex 6F DA B7 31 0 10 F A0 3B 41
Octal 157 332 267 61 0 20 17 240 73 101
Binary 1101111 11011010 10110111 110001 0 10000 1111 10100000 111011 1000001

Color Harmonies of #6FDAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAB7

Black with #6FDAB7

Text Example


Text Example

White with #6FDAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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