Html Css Color HEX #6FE6C0 Downy

📋 copy color: '#6FE6C0'

red 111 ◦ green 230 ◦ blue 192

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

Shades of Downy #6FE6C0

Tints of Downy #6FE6C0

RGB

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

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

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

R = 20.83%
G = 43.15%
B = 36.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#6FE6C0 (or 0x6FE6C0) is known color: Downy. HEX triplet: 6F, E6 and C0. RGB value is (111,230,192). Sum of RGB (Red+Green+Blue) = 111+230+192=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6C0 is #90193F. Grayscale: #BEBEBE. Windows color (decimal): -9443648 or 12641903. OLE color: 12641903.

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

Color convert

RGB 111 230 192 -
CMYK 0.52 0 0.17 0.10
HSL 160.84º 0.7% 0.67% -
HSV(B) 160.84º 0.52% 0.9% -
XYZ 44.37 63.78 59.84 -
YUV 190.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 111 230 192 0.52 0 0.17 0.10 160.84 0.7 0.67
Hex 6F E6 C0 34 0 11 A A1 46 43
Octal 157 346 300 64 0 21 12 241 106 103
Binary 1101111 11100110 11000000 110100 0 10001 1010 10100001 1000110 1000011

Color Harmonies of #6FE6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE6C0

Black with #6FE6C0

Text Example


Text Example

White with #6FE6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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