Html Css Color HEX #6FDCB5 Downy

📋 copy color: '#6FDCB5'

red 111 ◦ green 220 ◦ blue 181

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

Shades of Downy #6FDCB5

Tints of Downy #6FDCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 21.68%
G = 42.97%
B = 35.35%

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

#6FDCB5 (or 0x6FDCB5) is known color: Downy. HEX triplet: 6F, DC and B5. RGB value is (111,220,181). Sum of RGB (Red+Green+Blue) = 111+220+181=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCB5 is #90234A. Grayscale: #B7B7B7. Windows color (decimal): -9446219 or 11918447. OLE color: 11918447.

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

Color convert

RGB 111 220 181 -
CMYK 0.50 0 0.18 0.14
HSL 158.53º 0.61% 0.65% -
HSV(B) 158.53º 0.5% 0.86% -
XYZ 40.49 57.9 52.76 -
YUV 182.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 111 220 181 0.50 0 0.18 0.14 158.53 0.61 0.65
Hex 6F DC B5 32 0 12 E 9F 3D 41
Octal 157 334 265 62 0 22 16 237 75 101
Binary 1101111 11011100 10110101 110010 0 10010 1110 10011111 111101 1000001

Color Harmonies of #6FDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCB5

Black with #6FDCB5

Text Example


Text Example

White with #6FDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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