Html Css Color HEX #6FEDC0 Downy

📋 copy color: '#6FEDC0'

red 111 ◦ green 237 ◦ blue 192

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

Shades of Downy #6FEDC0

Tints of Downy #6FEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 20.56%
G = 43.89%
B = 35.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6FEDC0 (or 0x6FEDC0) is known color: Downy. HEX triplet: 6F, ED and C0. RGB value is (111,237,192). Sum of RGB (Red+Green+Blue) = 111+237+192=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDC0 is #90123F. Grayscale: #C2C2C2. Windows color (decimal): -9441856 or 12643695. OLE color: 12643695.

HSL color Cylindrical-coordinate representation of color #6FEDC0: hue angle of 158.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDC0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 237 192 -
CMYK 0.53 0 0.19 0.07
HSL 158.57º 0.78% 0.68% -
HSV(B) 158.57º 0.53% 0.93% -
XYZ 46.35 67.75 60.5 -
YUV 194.2 126.76 68.66 -
System Red Green Blue C M Y K H S L
Decimal 111 237 192 0.53 0 0.19 0.07 158.57 0.78 0.68
Hex 6F ED C0 35 0 13 7 9F 4E 44
Octal 157 355 300 65 0 23 7 237 116 104
Binary 1101111 11101101 11000000 110101 0 10011 111 10011111 1001110 1000100

Color Harmonies of #6FEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDC0

Black with #6FEDC0

Text Example


Text Example

White with #6FEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,237,192); }

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

background-color css

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

 a { background-color: rgb(111,237,192); }

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

border-color css

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

 span { border-color: rgb(111,237,192); }

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