Html Css Color HEX #6FEAC1 Downy

📋 copy color: '#6FEAC1'

red 111 ◦ green 234 ◦ blue 193

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

Shades of Downy #6FEAC1

Tints of Downy #6FEAC1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.49%

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 20.63%
G = 43.49%
B = 35.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#6FEAC1 (or 0x6FEAC1) is known color: Downy. HEX triplet: 6F, EA and C1. RGB value is (111,234,193). Sum of RGB (Red+Green+Blue) = 111+234+193=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAC1 is #90153E. Grayscale: #C0C0C0. Windows color (decimal): -9442623 or 12708463. OLE color: 12708463.

HSL color Cylindrical-coordinate representation of color #6FEAC1: hue angle of 160º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEAC1 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 234 193 -
CMYK 0.53 0 0.18 0.08
HSL 160º 0.75% 0.68% -
HSV(B) 160º 0.53% 0.92% -
XYZ 45.6 66.08 60.8 -
YUV 192.55 128.25 69.83 -
System Red Green Blue C M Y K H S L
Decimal 111 234 193 0.53 0 0.18 0.08 160 0.75 0.68
Hex 6F EA C1 35 0 12 8 A0 4B 44
Octal 157 352 301 65 0 22 10 240 113 104
Binary 1101111 11101010 11000001 110101 0 10010 1000 10100000 1001011 1000100

Color Harmonies of #6FEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEAC1

Black with #6FEAC1

Text Example


Text Example

White with #6FEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,234,193); }

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

background-color css

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

 a { background-color: rgb(111,234,193); }

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

border-color css

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

 span { border-color: rgb(111,234,193); }

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