Html Css Color HEX #6FE6C1 Downy

📋 copy color: '#6FE6C1'

red 111 ◦ green 230 ◦ blue 193

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

Shades of Downy #6FE6C1

Tints of Downy #6FE6C1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

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

R = 20.79%
G = 43.07%
B = 36.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#6FE6C1 (or 0x6FE6C1) is known color: Downy. HEX triplet: 6F, E6 and C1. RGB value is (111,230,193). Sum of RGB (Red+Green+Blue) = 111+230+193=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6C1 is #90193E. Grayscale: #BEBEBE. Windows color (decimal): -9443647 or 12707439. OLE color: 12707439.

HSL color Cylindrical-coordinate representation of color #6FE6C1: hue angle of 161.34º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6C1 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 230 193 -
CMYK 0.52 0 0.16 0.10
HSL 161.34º 0.7% 0.67% -
HSV(B) 161.34º 0.52% 0.9% -
XYZ 44.48 63.82 60.43 -
YUV 190.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 111 230 193 0.52 0 0.16 0.10 161.34 0.7 0.67
Hex 6F E6 C1 34 0 10 A A1 46 43
Octal 157 346 301 64 0 20 12 241 106 103
Binary 1101111 11100110 11000001 110100 0 10000 1010 10100001 1000110 1000011

Color Harmonies of #6FE6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE6C1

Black with #6FE6C1

Text Example


Text Example

White with #6FE6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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