Html Css Color HEX #6FDCB4 Downy

📋 copy color: '#6FDCB4'

red 111 ◦ green 220 ◦ blue 180

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

Shades of Downy #6FDCB4

Tints of Downy #6FDCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

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

R = 21.72%
G = 43.05%
B = 35.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#6FDCB4 (or 0x6FDCB4) is known color: Downy. HEX triplet: 6F, DC and B4. RGB value is (111,220,180). Sum of RGB (Red+Green+Blue) = 111+220+180=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCB4 is #90234B. Grayscale: #B6B6B6. Windows color (decimal): -9446220 or 11852911. OLE color: 11852911.

HSL color Cylindrical-coordinate representation of color #6FDCB4: hue angle of 157.98º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCB4 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 180 -
CMYK 0.50 0 0.18 0.14
HSL 157.98º 0.61% 0.65% -
HSV(B) 157.98º 0.5% 0.86% -
XYZ 40.39 57.86 52.22 -
YUV 182.85 126.39 76.75 -
System Red Green Blue C M Y K H S L
Decimal 111 220 180 0.50 0 0.18 0.14 157.98 0.61 0.65
Hex 6F DC B4 32 0 12 E 9E 3D 41
Octal 157 334 264 62 0 22 16 236 75 101
Binary 1101111 11011100 10110100 110010 0 10010 1110 10011110 111101 1000001

Color Harmonies of #6FDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCB4

Black with #6FDCB4

Text Example


Text Example

White with #6FDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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