Html Css Color HEX #6FDAB4 Downy

📋 copy color: '#6FDAB4'

red 111 ◦ green 218 ◦ blue 180

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

Shades of Downy #6FDAB4

Tints of Downy #6FDAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 21.81%
G = 42.83%
B = 35.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#6FDAB4 (or 0x6FDAB4) is known color: Downy. HEX triplet: 6F, DA and B4. RGB value is (111,218,180). Sum of RGB (Red+Green+Blue) = 111+218+180=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAB4 is #90254B. Grayscale: #B5B5B5. Windows color (decimal): -9446732 or 11852399. OLE color: 11852399.

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

Color convert

RGB 111 218 180 -
CMYK 0.49 0 0.17 0.15
HSL 158.69º 0.59% 0.65% -
HSV(B) 158.69º 0.49% 0.85% -
XYZ 39.87 56.82 52.05 -
YUV 181.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 111 218 180 0.49 0 0.17 0.15 158.69 0.59 0.65
Hex 6F DA B4 31 0 11 F 9F 3B 41
Octal 157 332 264 61 0 21 17 237 73 101
Binary 1101111 11011010 10110100 110001 0 10001 1111 10011111 111011 1000001

Color Harmonies of #6FDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAB4

Black with #6FDAB4

Text Example


Text Example

White with #6FDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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