Html Css Color HEX #6FEAC2 Downy

📋 copy color: '#6FEAC2'

red 111 ◦ green 234 ◦ blue 194

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

Shades of Downy #6FEAC2

Tints of Downy #6FEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 20.59%
G = 43.41%
B = 35.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#6FEAC2 (or 0x6FEAC2) is known color: Downy. HEX triplet: 6F, EA and C2. RGB value is (111,234,194). Sum of RGB (Red+Green+Blue) = 111+234+194=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAC2 is #90153D. Grayscale: #C0C0C0. Windows color (decimal): -9442622 or 12773999. OLE color: 12773999.

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

Color convert

RGB 111 234 194 -
CMYK 0.53 0 0.17 0.08
HSL 160.49º 0.75% 0.68% -
HSV(B) 160.49º 0.53% 0.92% -
XYZ 45.72 66.12 61.39 -
YUV 192.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 111 234 194 0.53 0 0.17 0.08 160.49 0.75 0.68
Hex 6F EA C2 35 0 11 8 A0 4B 44
Octal 157 352 302 65 0 21 10 240 113 104
Binary 1101111 11101010 11000010 110101 0 10001 1000 10100000 1001011 1000100

Color Harmonies of #6FEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEAC2

Black with #6FEAC2

Text Example


Text Example

White with #6FEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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